wut  v1.7.0
Wii U Toolchain
Data Structures | Namespaces
ScrambledLocalFriendCode.h File Reference
#include <wut.h>
#include <nn/result.h>
Include dependency graph for ScrambledLocalFriendCode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ScrambledLocalFriendCode
 Stores data about the scrambled local friend code of a node. More...
 

Namespaces

 nn
 
 nn::uds
 
 nn::uds::Cafe
 

Data Structure Documentation

◆ nn::uds::Cafe::ScrambledLocalFriendCode

struct nn::uds::Cafe::ScrambledLocalFriendCode

Stores data about the scrambled local friend code of a node.

Definition at line 14 of file ScrambledLocalFriendCode.h.

Data Fields
uint64_t localFriendCode The scrambled local friend code. On the Wii U this is always descrambled.
uint16_t networkNodeId The node ID that the local friend code belongs to.
uint16_t xorKey The XOR key used for descrambling the local friend code.