nn::uds::CTR::AllowToConnect Function

Syntax

nn::Result AllowToConnect();

Parameters

None.

Return Values

Returns the function's execution result. Returns one of the 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 Entered wireless-disabled mode. Re-initialization is required.
A value other than the above Failed for reasons other than those given above.

Description

Allows client nodes to connect to the network.

This function is for re-allowing connections for clients that had been denied with the DisallowToConnect function. This function clears the spectator's denied connected state resulting from the EjectSpectator function. Only the master can run this function.

This function is thread-safe.

Revision History

2011/09/07
Standardized notation for wireless-disabled mode.
2011/03/08
Added a link to Initialize in Return Values.
2010/11/10
Initial version.

CONFIDENTIAL