nn::cec::CTR::Message::SetExHeader Member Function

Syntax

nn::Result SetExHeader(
     MessageExHeaderType exhType,
     size_t exhLen,
     const void * exhBody
);

Parameters

Name Description
in exhType Specifies the data type using the MessageExHeaderType enumerated type.
in exhLen Specifies the data length. Maximum value of 8 KB.
in exhBody Data.

Return Values

nn::Result

Value Description
Result::IsSuccess Process succeeded.
ResultTooLarge The data size is too large.
ResultNotAuthorized Attempted to edit a message that had already been established and assigned a MessageId.
A value other than the above. Failed.

Description

Sets the extended header data for a message.

Note: Application-specific data other than icons and descriptions cannot be entered.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL