wut  v1.7.0
Wii U Toolchain
Macros
nn_uds

UDS Network functions (see nn::uds) More...

Macros

#define UDS_MAX_NODES   0x10
 Theoretical supported maximum number of nodes connected to a network, including the host. More...
 
#define UDS_BROADCAST_NODE_ID   0xFFFF
 Broadcast node ID, used for sending data to all nodes in the network. More...
 

Detailed Description

UDS Network functions (see nn::uds)

UDS Network functions.

Macro Definition Documentation

◆ UDS_MAX_NODES

#define UDS_MAX_NODES   0x10

Theoretical supported maximum number of nodes connected to a network, including the host.

Definition at line 18 of file Cafe.h.

◆ UDS_BROADCAST_NODE_ID

#define UDS_BROADCAST_NODE_ID   0xFFFF

Broadcast node ID, used for sending data to all nodes in the network.

Definition at line 20 of file Cafe.h.