nnhttpConnectionSendPostDataRaw Function

Syntax

NN_EXTERN_C nnResult nnhttpConnectionSendPostDataRaw(
     nnhttpConnection * this_,
     const void * pValue,
     u32 length
);

Arguments

Name Description
this_
pValue
length

Return Values

Description

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

Revision History

2010/01/29
Initial version.

CONFIDENTIAL