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

Returns the result of the operation.

Description

Forcibly disconnects client network connections.

Disconnects connected clients from the network when in the SERVER_STATE_OPENED_SESSIONS state (from when the OpenSessions function is called until when the StartDistribute function is called).

Revision History

2010/08/16
Initial version.

CONFIDENTIAL