SSBM Decomp
Loading...
Searching...
No Matches
msgbuf_t Struct Reference

#include <msghndlr.h>

Data Fields

u32 msgLength
 
union { 
 
   u8   commandId 
 
   MessageCommandID   commandIdInt 
 
};  
 TODO: fix enum size shenanigans.
 
union { 
 
   u8   replyError 
 
   DSReplyError   replyErrorInt 
 
};  
 
u32 unk0C
 
u8 unk10 [0x30]
 

Field Documentation

◆ msgLength

u32 msgbuf_t::msgLength

◆ commandId

u8 msgbuf_t::commandId

◆ commandIdInt

MessageCommandID msgbuf_t::commandIdInt

◆ [union]

union { ... } msgbuf_t

TODO: fix enum size shenanigans.

◆ replyError

u8 msgbuf_t::replyError

◆ replyErrorInt

DSReplyError msgbuf_t::replyErrorInt

◆ [union]

union { ... } msgbuf_t

◆ unk0C

u32 msgbuf_t::unk0C

◆ unk10

u8 msgbuf_t::unk10[0x30]

The documentation for this struct was generated from the following file: