nn::dlp::CTR::Server::DisconnectClient Member Function

Syntax

static nn::Result DisconnectClient(
     u16 nodeId
);

Arguments

Name Description
in nodeId Specifies the client's node ID.

Return Values

The following Results are returned as the result of the operation.

Value Description
ResultSuccess Disconnection was successful.
ResultInvalidState The state is invalid. Use with the SERVER_STATE_OPENED_SESSIONS state (after OpenSessions() was successful).
ResultWirelessOff Communications cannot occur in this state (sleep or the Wifi button is off).

Description

Forcibly disconnects client network connections.

The connected client is disconnected from the network.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL