nn::dlp::CTR::Server::DisconnectClient Member Functionstatic nn::Result DisconnectClient( u16 nodeId );
| Name | Description | |
|---|---|---|
| in | nodeId | Specifies the client's node ID. |
| Value | Description |
|---|---|
Result::IsSuccess |
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). |
Forcibly disconnects client network connections.
The connected client is disconnected from the network.
CONFIDENTIAL