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

Results.

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