nn::cec::CTR::MessageId Class

Syntax

class MessageId

Description

Class that handles message IDs.

Message IDs are used to identify CEC messages that are sent and received.
Use the message ID to specify a message using the CEC library.
Each message has its own unique message ID. If two message instances have the same message ID, they are determined to be the same message.
A message ID is allocated when a new message is registered via MessageBox::WriteMessage, and written to the message.

Member Functions

MessageID Constructor.
GetBinary Gets a binary array of MessageIds.
IsEqual Compares the binary array of MessageIds.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL