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 |
|---|---|
ResultSuccess |
Process was successful. |
| ResultNotInitialized | The library is not initialized. Execute the nn::uds::Initialize function. |
| ResultInvalidNode | The target node does not exist on the network. It is possible you are disconnected. |
| ResultWirelessOff | Transitioned to wireless OFF 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.
NodeInformation structure. For details, see the reference for NodeInformation.
CONFIDENTIAL