nn::ac::CTR::Close Function

Syntax

Result Close();

Parameters

None.

Return Values

The result.

Value Description
Result::IsSuccess Completed without error.
ResultAlreadyExists Already processing.
ResultNotConnecting Not connected.
A value other than the above. Failed for reasons other than those given above.

Description

Closes an established automatic connection.

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