Class CecCommand
- Namespace
- CecSharp
- Assembly
- LibCecSharp.dll
A CEC command that is received or transmitted over the CEC bus
public class CecCommand
- Inheritance
-
CecCommand
- Inherited Members
Constructors
CecCommand()
public CecCommand()
CecCommand(CecLogicalAddress, CecLogicalAddress, bool, bool, CecOpcode, int)
public CecCommand(CecLogicalAddress initiator, CecLogicalAddress destination, bool ack, bool eom, CecOpcode opcode, int transmitTimeout)
Parameters
initiatorCecLogicalAddressdestinationCecLogicalAddressackbooleomboolopcodeCecOpcodetransmitTimeoutint
Properties
Ack
public bool Ack { get; set; }
Property Value
Destination
public CecLogicalAddress Destination { get; set; }
Property Value
Empty
public bool Empty { get; set; }
Property Value
Eom
public bool Eom { get; set; }
Property Value
Initiator
public CecLogicalAddress Initiator { get; set; }
Property Value
Opcode
public CecOpcode Opcode { get; set; }
Property Value
OpcodeSet
public bool OpcodeSet { get; set; }
Property Value
Parameters
public CecDatapacket Parameters { get; set; }
Property Value
TransmitTimeout
public int TransmitTimeout { get; set; }
Property Value
Methods
PushBack(byte)
public void PushBack(byte data)
Parameters
databyte