nn::cec::CTR::Message::GetExHeader Member Functionnn::Result GetExHeader( MessageExHeaderType exhType, size_t * exhLen, void ** exhBody ) const;
| Name | Description | |
|---|---|---|
| in | exhType | Specifies the data type using the MessageExHeaderType enumerated type. |
| out | exhLen | Gets the data length. |
| out | exhBody | Gets the data. |
| Value | Description |
|---|---|
Result::IsSuccess |
Process succeeded. |
| ResultNoData | No data. |
| A value other than the above. | Failed. |
Gets data from the extended header of a message.
CONFIDENTIAL