nn::ac::CTR::CloseAsync Function| Name | Description | |
|---|---|---|
| in | event | An initialized nn::os::Event that indicates the completion of the operation. |
| 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. |
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.
CONFIDENTIAL