nn::http::Connection::Connect Member Function

Syntax

nn::Result Connect(
     void
);

Arguments

None.

Return Values

Returns the processing result.

Description

Starts a connection with the communication target. (This is the synchronous version of the function. In other words, if devices are already running the maximum number of HTTP communication sessions, this function blocks until another HTTP communication session completes.)

Revision History

2010/06/14
Initial version.

CONFIDENTIAL