nn::ac::CTR::GetCloseResult FunctionResult GetCloseResult();
None.
| Value | Description |
|---|---|
ResultSuccess |
Completed without error. |
ResultProcessing |
Disconnection has yet to complete. |
ResultNotConnecting |
Not connected. |
| A value other than the above. | Failed for reasons other than those given above. |
Gets the processing results after closing an asynchronously established automatic connection.
When you have closed a connection using the CloseAsync function and the nn::os::Event is signaled, use this function to check the results.
CONFIDENTIAL