nn::cec::CTR::Message::SetMessageBody Member Functionnn::Result SetMessageBody( const void * dataBody, size_t size );
| Name | Description | |
|---|---|---|
| in | dataBody | Data. |
| in | size | Specifies the size. Maximum length is 96 KB (100 KB including the header/extended header). |
| Value | Description |
|---|---|
ResultSuccess |
Process succeeded. |
ResultInvalidArgument |
Invalid data. |
| ResultTooLarge | The data 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 data body of a message.
CONFIDENTIAL