nn::uds::CTR::NodeInformation Structure

Syntax

struct NodeInformation
{
   ScrambledLocalFriendCode scrambledLocalFriendCode;
   nn::cfg::CTR::UserName userName;
   u16 nodeId;
};

Description

Structure that stores user information about nodes connected to the network.

Member Variables

scrambledLocalFriendCode Data that can be converted to a local friend code via the friends library. This data was converted to help protect users' privacy.
userName User name data. For details, see nn::cfg::CTR::UserName.
nodeId Node ID.

Revision History

2010/10/15
To protect privacy, changed the friendCode member of the NodeInformation structure to 96-bit encrypted data. The newly added scrambledLocalFriendCode can convert to a local friend code via the friends library.
2010/06/14
Initial version.

CONFIDENTIAL