Replies: 1 comment
-
|
Hi @bhanucbp, Reviewing these against the current
Closing as resolved. Please reopen or file a new issue if point 2 needs further attention. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’d like to start a discussion regarding certain ambiguities and inconsistencies observed in the HDMI-CEC module’s API design and documentation. Below are the key points for review and clarification:
1. Property enum value types
2. Incorrect description of
onMessageReceivedcallbackonMessageReceived()callback in the event listener is not correct.3. Behavior when
addLogicalAddresses()is not called beforesendMessage()If a client doesn't call
addLogicalAddresses()and thensendMessage(), what should be the expected behaviour?4. Redundancy of
onMessageSentin controller listener (IHdmiCecControllerListener)sendMessage()already receives a return value indicating success/failure.onMessageSent()callback in the controller listener?IHdmiCecEventListener), since a third-party client (e.g., a diagnostic tool) won’t have access to the return value ofsendMessage().onMessageSent()to the event listener for broader usability.5. Broadcast message handling
The
SendMessageStatusdefines:Beta Was this translation helpful? Give feedback.
All reactions