nn::cec::CTR::MessageBox::WriteMessage Member Function

Syntax

nn::Result WriteMessage(
     const Message & cecMessage,
     const CecBoxType boxType,
     MessageId & messageIdOut
);

Arguments

Name Description
in cecMessage An object of the Message class.
in boxType Inbox/outbox specification.
out messageIdOut Returns the MessageID that is assigned during the write.

Return Values

nn::Result

Description

Writes a Message to the system save region.

The message cannot be written if its size is larger than 100 KB, or if writing it would exceed the box's maximum storage capacity or maximum number of messages.


CONFIDENTIAL