nn::ac::CTR::GetCloseResult Function

Syntax

Result GetCloseResult();

Parameters

None.

Return Values

The result.

Value Description
Result::IsSuccess 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.

Description

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.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL