NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Definition at line 95 of file WPADInternal.h.
Public Attributes | |
u32 | reportID |
u8 | dataBuf [RPT_MAX_SIZE] |
u16 | dataLength |
void * | dstBuf |
u16 | readLength |
u32 | readAddress |
WPADInfo * | statusReportOut |
WPADCallback | cmdCB |
u32 WPADCommand::reportID |
Definition at line 96 of file WPADInternal.h.
u8 WPADCommand::dataBuf[RPT_MAX_SIZE] |
Definition at line 97 of file WPADInternal.h.
u16 WPADCommand::dataLength |
Definition at line 98 of file WPADInternal.h.
void* WPADCommand::dstBuf |
Definition at line 99 of file WPADInternal.h.
u16 WPADCommand::readLength |
Definition at line 100 of file WPADInternal.h.
u32 WPADCommand::readAddress |
Definition at line 101 of file WPADInternal.h.
WPADInfo* WPADCommand::statusReportOut |
Definition at line 102 of file WPADInternal.h.
WPADCallback WPADCommand::cmdCB |
Definition at line 103 of file WPADInternal.h.