The Cec type exposes the following members.

Methods

  NameDescription
Public methodToString
Get a string representation of this CEC object.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyErrorFeedback
Indicates a CEC NACK (No ACK) error. This occurs when the connected CEC device fails to respond to a CEC command (with an ACK pulse).
Public propertyOwner
Reference back to the device that this CEC functionality belongs to.
Public propertyReceived
The CEC-formatted string received from the CEC-enabled device via the HDMI output.
Public propertySend
Sends the corresponding CEC-formatted string to the CEC-enabled device via the HDMI output.

Events

  NameDescription
Public eventCecChange
Event triggered when information about a stream's CEC state has changed. EventIds for this event are located in the CecEventIds class.

See Also