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

Syntax

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

Arguments

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

Description

Sets the extended header data for a message.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL