nn::uds::CTR::EjectSpectator Function

Syntax

nn::Result EjectSpectator(
     void
);

Arguments

None.

Return Values

Returns the function's execution result.

Description

Kicks all the connected spectators off of the network. New Spectator nodes will be unable to connect after you run this function. To allow Spectator nodes to connect again, call the AllowToSpectate function. Only the master can run this function.

Revision History

2010/09/17
In the past, the signal strength sometimes made it impossible to kick off Spectator nodes. The specifications were changed so that Spectator nodes are prevented from connecting after this function is run, thereby causing the Spectator nodes to cease to exist on the network.
2010/08/16
Initial version.

CONFIDENTIAL