nn::uds::CTR::NodeInformation Structure

Syntax

struct NodeInformation
{
   u64 friendCode;
   nn::cfg::CTR::UserName userName;
   u16 nodeId;
};

Description

Structure indicating user information for connected nodes on the network.

Member Variables

friendCode Local friend code. Unique values are assigned to each user, so it can be used to identify users.
userName User name data. For details, see nn::cfg::CTR::UserName.
nodeId Node ID.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL