nn::cec::CTR::MessageBox::GetMessageIdPair Member Functionnn::Result GetMessageIdPair( MessageId * messId, const CecBoxType boxType, const u32 messIndex ) const; MessageId GetMessageIdPair( const CecBoxType boxType, const u32 messIndex ) const;
GetMessageIdPair ( MessageId *, const CecBoxType, const u32 )
|
Gets the ID of the exchanged message forming a pair with this one. |
GetMessageIdPair ( const CecBoxType, const u32 )
|
Gets the ID of the exchanged message forming a pair with this one. |
GetMessageIdPair ( MessageId *, const CecBoxType, const u32 )When the communication method (SendMode) is "exchange," the message ID of the message sent by the other peer is recorded in the received message, forming a pair.
GetMessageIdPair ( const CecBoxType, const u32 )When the communication method (SendMode) is "exchange," the message ID of the message sent by the other peer is recorded in the received message, forming a pair.
CONFIDENTIAL