nnhttpConnectionRead Function

Syntax

NN_EXTERN_C nnResult nnhttpConnectionRead(
     nnhttpConnection * this_,
     u8 * pBodyBuf,
     u32 bufLen
);

Arguments

Name Description
this_
pBodyBuf
bufLen

Return Values

Description

See the corresponding C++ function, nn::http::Connection::Read.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL