GetMessageIdPair

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

Syntax

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

Parameters

Name Description
in boxType CecBoxType
in messIndex The nth message.

Return Values

MessageID

Description

Gets the ID of the exchanged message forming a pair with this one.

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