nn::cec::CTR::MessageBoxInfoReader::GetMessageMessIdPair Member Function

Syntax

u8 * GetMessageMessIdPair(
     CecBoxType boxType,
     u32 messIndex
);

Arguments

Name Description
in boxType CecBoxType
in messIndex The nth message.

Return Values

CECMessageId

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.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL