nn::uds::CTR::GetNodeInformation Function

Syntax

nn::Result GetNodeInformation(
     NodeInformation * pNodeInfo,
     u16 nodeId
);

Arguments

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.

Return Values

Returns the function's execution result.

Description

Gets information about the specified node.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL