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 | 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 | nn::cfg::CTR::UserName |
User name data. For details, see nn::cfg::CTR::UserName. |
|
| nodeId | u16 | 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