nn::ac::CTR::CloseAsync Function

Syntax

Result CloseAsync(
     os::Event * event
);

Parameters

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

Return Values

The result.

Value Description
Result::IsSuccess 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 as an argument is signaled when processing completes.
This function does not need to be called when an event registered using the DisconnectEvent function is signaled.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL