nn::cec::CTR::Message::GetExHeader Member Function

Syntax

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

Arguments

Name Description
in exhType Specifies the data type using the MessageExHeaderType enumerated type.
out exhLen Gets the data length.
out exhBody Gets the data.

Return Values

nn::Result

Value Description
ResultSuccess Process succeeded.
ResultNoData No data.
A value other than the above. Failed.

Description

Gets data from the extended header of a message.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL