NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
tPORT_DATA Struct Reference

Description

Definition at line 54 of file port_int.h.

Public Attributes

BUFFER_Q queue
 
BOOLEAN peer_fc
 
BOOLEAN user_fc
 
UINT32 queue_size
 
tPORT_CALLBACK * p_callback
 

Member Data Documentation

◆ queue

BUFFER_Q tPORT_DATA::queue

Definition at line 56 of file port_int.h.

◆ peer_fc

BOOLEAN tPORT_DATA::peer_fc

Definition at line 57 of file port_int.h.

◆ user_fc

BOOLEAN tPORT_DATA::user_fc

Definition at line 58 of file port_int.h.

◆ queue_size

UINT32 tPORT_DATA::queue_size

Definition at line 59 of file port_int.h.

◆ p_callback

tPORT_CALLBACK* tPORT_DATA::p_callback

Definition at line 60 of file port_int.h.