nn::uds::CTR::GetNodeInformation Functionnn::Result GetNodeInformation( NodeInformation * pNodeInfo, u16 nodeId );
| Name | Description | |
|---|---|---|
| out | pNodeInfo | Node information. In a future implementation, this will be a structure corresponding to the stored data. |
| in | nodeId | Node ID for the targeted node. |
Result values listed below. | Value | Description |
|---|---|
Result::IsSuccess |
Process was successful. |
ResultNotInitialized |
The library is not initialized. Execute the Initialize function. |
ResultInvalidNode |
The target node does not exist on the network. It is possible you are disconnected. |
ResultWirelessOff |
Transitioned to wireless-disabled mode. Re-initialization is required. |
| A value other than the above | Failed for reasons other than those given above. |
Gets information about the specified node.
Initialize in Return Values.NodeInformation structure. For details, see the reference for NodeInformation.
CONFIDENTIAL