nn::uds::CTR::AllowToSpectate Functionnn::Result AllowToSpectate();
None.
Result values listed below. | Value | Description |
|---|---|
Result::IsSuccess |
Process was successful. |
ResultNotInitialized |
The library is not initialized. Execute the Initialize function. |
ResultInvalidState |
Not in an executable state. Returned when executed in a state other than master. |
ResultWirelessOff |
Transitioned to wireless-disabled mode. Re-initialization is required. |
| A value other than the above | Failed for reasons other than those given above. |
Allows Spectator nodes to connect to the network.
Use this when you want to re-connect a Spectator node to the network after executing the EjectSpectator function. Only the master can run this function.
Initialize in Return Values.CONFIDENTIAL