nn::cec::CTR::MessageBox::GetMessageMessIdPair Member Function

Syntax

nn::Result GetMessageMessIdPair(
     MessageId & messId,
     const CecBoxType boxType,
     const u32 messIndex
);

Arguments

Name Description
out messId MessageID
in boxType CecBoxType
in messIndex The nth message.

Return Values

nn::Result

Description

Gets the pair of MessageIDs corresponding to a message exchange.

With this method of message exchange, each partner records the MessageID of the message they sent in the message they received.


CONFIDENTIAL