nnhttpConnectionGetProgress Function

Syntax

NN_EXTERN_C nnResult nnhttpConnectionGetProgress(
     const nnhttpConnection * this_,
     u32 * pReceivedLen,
     u32 * pContentLen
);

Arguments

Name Description
this_
pReceivedLen
pContentLen

Return Values

Description

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

Revision History

2010/01/29
Initial version.

CONFIDENTIAL