typedef enum { SOME_COMMAND=0x00, ... SOME_OTHER_COMMAND=0x0F } Commandt;typedef union{ UINT8 s[4]; struct { Commandt command; UINT16 address; UINT8 data; } ...
確定! 回上一頁