nn::uds::CTR::DisconnectNetwork Function

Syntax

nn::Result DisconnectNetwork(
     void
);

Arguments

None.

Return Values

Returns the function's execution result.

Description

Disconnects a given node from the network to which it is currently connected. It is preferable to also run this function before reconnecting after an unintended disconnection. Only clients and spectators can run this function.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL