nn::uds::CTR::NodeInformation Structurestruct NodeInformation
{
u64 friendCode;
nn::cfg::CTR::UserName userName;
u16 nodeId;
};
Structure indicating user information for connected nodes on the network.
| 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. |
CONFIDENTIAL