wut v1.8.0
Wii U Toolchain
Loading...
Searching...
No Matches
NodeInformation.h
Go to the documentation of this file.
1#pragma once
2
3#include <wut.h>
4#include <nn/result.h>
6#include <nn/cfg/CTR.h>
7
8#ifdef __cplusplus
9
10namespace nn {
11
12namespace uds {
13
14namespace Cafe {
26 WUT_CHECK_SIZE(NodeInformation, 0x28);
27 WUT_CHECK_OFFSET(NodeInformation, 0x00, scrambledLocalFriendCode);
28 WUT_CHECK_OFFSET(NodeInformation, 0x0C, username);
29 WUT_CHECK_OFFSET(NodeInformation, 0x24, networkNodeId);
30} // namespace Cafe
31
32} // namespace uds
33
34} // namespace nn
35
36#endif
Represents a console username, used in UDS and DLP.
Definition CTR.h:14
uint16_t networkNodeId
The network node ID.
ScrambledLocalFriendCode scrambledLocalFriendCode
The scrambled local friend code of the node.
nn::cfg::CTR::UserName username
The node username.
Stores information about a node.
Stores data about the scrambled local friend code of a node.
Definition ac_cpp.h:16