nn::nex::SubscriberPostContentParam::SetBinary Member Function

Syntax

void SetBinary(
     const void * p,
     qUnsignedInt32 size
);

Parameters

Name Description
in p Pointer to the binary information to include in the content. Blank when NULL is specified.
in size The size of the binary information to include in the content.

Return Values

None.

Description

Sets the binary data to include in the content.

The initial value is empty.

Revision History

2014/09/12
Initial version.

CONFIDENTIAL