nn::uds::CTR::NodeInformation Structurestruct NodeInformation
{
ScrambledLocalFriendCode scrambledLocalFriendCode;
nn::cfg::CTR::UserName userName;
u16 nodeId;
};
Structure that stores user information about nodes connected to the network.
| scrambledLocalFriendCode | Data that can be converted to a local friend code via the friends library. This is the type of data that helps protect users' privacy. | |
|---|---|---|
| userName | User name data. For details, see nn::cfg::CTR::UserName. |
|
| nodeId | Node ID. |
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.CONFIDENTIAL