6.1-roCecTxCompleteEvent
ON THIS PAGE
If an roMessagePort is attached to an roCecInterface instance, it will receive events of type roCecTxCompleteEvent.
ifUserData
SetUserData(user_data As Object)
Sets the user data that will be returned by GetUserData()
.
GetUserData() As Object
Returns the user data that has previously been set via SetUserData()
. It will return Invalid if no data has been set.
ifCecRxFrameEvent
GetByteArray() As Object
Returns the message data as an roByteArray.
0x00 | Transmission successful |
0x80 | Unable to send, CEC hardware powered down |
0x81 | Internal CEC error |
0x82 | Unable to send, CEC line jammed |
0x83 | Arbitration error |
0x84 | Bit-timing error |
0x85 | Destination address not acknowledged |
0x86 | Data byte not acknowledged |