nn::uds::CTR::EjectClient Function

Syntax

nn::Result EjectClient(
     u16 nodeId
);

Arguments

Name Description
in nodeId Node ID to disconnect. Specify BROADCAST_NODE_ID to kick all connected clients.

Return Values

Returns the function's execution result.

Description

Kicks the specified node off of the network. Only the master can run this function.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL