GetInBoxMessIdByIndex

nn::cec::CTR::MessageBox::GetInBoxMessIdByIndex Member Function

Syntax

u8 * GetInBoxMessIdByIndex(
     u32 messIndex
);

Parameters

Name Description
in messIndex Index of the nth message.

Return Values

Returns the CECMessageId.

Description

Gets the message ID of the nth message in the inbox.

Same as the value obtained from the GetMessageId function.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL