wut v1.8.0
Wii U Toolchain
Loading...
Searching...
No Matches
Namespaces | Macros
nn_uds

UDS Network functions. More...

Collaboration diagram for nn_uds:

Namespaces

namespace  nn
 

Macros

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

Detailed Description

UDS Network functions.

UDS Network functions (see nn::uds)

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.