nnhttpConnectionGetSslError Function

Syntax

NN_EXTERN_C nnResult nnhttpConnectionGetSslError(
     const nnhttpConnection * this_,
     s32 * pResultCodeBuf
);

Arguments

Name Description
this_
pResultCodeBuf

Return Values

Description

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

Revision History

2010/06/14
Initial version.

CONFIDENTIAL