nn::ac::CTR::CloseAsync Function

Syntax

Result CloseAsync(
     os::Event * event
);

Arguments

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

Return Values

The result.

Value Description
ResultSuccess Completed without error.
ResultInvalidData Either NULL was specified as an argument or an uninitialized Event was specified.
ResultAlreadyExists Already processing.
A value other than the above. Failed for reasons other than those given above.

Description

Closes an asynchronously established automatic connection.

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

Revision History

2010/06/14
Initial version.

CONFIDENTIAL