nnhttpConnectionSendPostDataBinary Function

Syntax

NN_EXTERN_C nnResult nnhttpConnectionSendPostDataBinary(
     nnhttpConnection * this_,
     const char * pLabel,
     const void * pValue,
     size_t length
);

Arguments

Name Description
this_
pLabel
pValue
length

Return Values

Description

See the corresponding C++ function nn::http::Connection::SendPostDataBinary.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL