GetMessageSize

nn::cec::CTR::Message::GetMessageSize Member Function

Syntax

u32 GetMessageSize() const;

Parameters

None.

Return Values

Size value (bytes)

Description

Gets the size of a message.

The total value of the header, signature, icon, body and any other data is used as the message size. Because this includes information automatically placed in the header by the system, the message size can be roughly approximated by adding about 8 KB to the body size.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL