nn::ac::CTR::Close Function

Syntax

Result Close();

Arguments

None.

Return Values

The result.

Value Description
ResultSuccess 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. If another process was using the Internet connection when this function was called, there is no guarantee that the GetStatus function will return the idle state. Use the return value to determine if the system was successfully disconnected.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL