nn::ac::CTR::ConnectAsync Function

Syntax

Result ConnectAsync(
     Config & config,
     os::Event * event
);

Arguments

Name Description
in config Instance of connection conditions.
in event An initialized nn::os::Event that indicates the completion of the operation.

Return Values

Results.

Description

Starts an asynchronous automatic connection.

Whether the process succeeds or fails, the nn::os::Event specified in the argument is signaled once processing completes.

Once a connection is established, the nn::os::Event registered by nn::ac::RegisterDisconnectEvent is signaled if the system is accidentally disconnected from the access point.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL