nn::uds::CTR::EjectClient Functionnn::Result EjectClient( u16 nodeId );
| Name | Description | |
|---|---|---|
| in | nodeId | ID of node to eject. If BROADCAST_NODE_ID is specified, all connected nodes will be ejected. |
Result values listed below. | Value | Description |
|---|---|
Result::IsSuccess |
The target node was removed from the network. |
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. |
Kicks the specified node off of the network. Only the master can run this function.
This function is thread-safe.
BROADCAST_NODE_ID argument. Added a link to Initialize in Return Values.CONFIDENTIAL