nn::cec::CTR::Message::SetExHeader Member Functionnn::Result SetExHeader( MessageExHeaderType exhType, size_t exhLen, const void * exhBody );
| 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. |
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. |
Sets the extended header data for a message.
Note: Application-specific data other than icons and descriptions cannot be entered.
CONFIDENTIAL