GetMessageIdPair

nn::cec::CTR::MessageBox::GetMessageIdPair Member Function

Syntax

nn::Result GetMessageIdPair(
     MessageId * messId,
     const CecBoxType boxType,
     const u32 messIndex
) const;

MessageId GetMessageIdPair(
     const CecBoxType boxType,
     const u32 messIndex
) const;

List of Overloaded Member Functions

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.

Description of 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.

Description of 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