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

Description

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
 
WPADInfostatusReportOut
 
WPADCallback cmdCB
 

Member Data Documentation

◆ reportID

u32 WPADCommand::reportID

Definition at line 96 of file WPADInternal.h.

◆ dataBuf

u8 WPADCommand::dataBuf[RPT_MAX_SIZE]

Definition at line 97 of file WPADInternal.h.

◆ dataLength

u16 WPADCommand::dataLength

Definition at line 98 of file WPADInternal.h.

◆ dstBuf

void* WPADCommand::dstBuf

Definition at line 99 of file WPADInternal.h.

◆ readLength

u16 WPADCommand::readLength

Definition at line 100 of file WPADInternal.h.

◆ readAddress

u32 WPADCommand::readAddress

Definition at line 101 of file WPADInternal.h.

◆ statusReportOut

WPADInfo* WPADCommand::statusReportOut

Definition at line 102 of file WPADInternal.h.

◆ cmdCB

WPADCallback WPADCommand::cmdCB

Definition at line 103 of file WPADInternal.h.