#include <SmiLowLevel.h>
Public Attributes | |
| u16 | smiClass |
| u16 | smiSelect |
| union { | |
| u32 inputArgs [4] | |
| struct { | |
| u32 cbARG1 | |
| u32 cbARG2 | |
| u32 cbARG3 | |
| u32 cbARG4 | |
| } | |
| }; | |
| union { | |
| u32 outputRes [4] | |
| struct { | |
| s32 cbRES1 | |
| s32 cbRES2 | |
| s32 cbRES3 | |
| s32 cbRES4 | |
| } | |
| }; | |
Definition at line 54 of file SmiLowLevel.h.
Definition at line 57 of file SmiLowLevel.h.
Referenced by DellCallingInterfaceSmiImpl::setSelect().
Definition at line 59 of file SmiLowLevel.h.
Referenced by DellCallingInterfaceSmiImpl::execute(), and DellCallingInterfaceSmiImpl::setArg().
Definition at line 62 of file SmiLowLevel.h.
Definition at line 63 of file SmiLowLevel.h.
Definition at line 64 of file SmiLowLevel.h.
Definition at line 65 of file SmiLowLevel.h.
| union { ... } |
Definition at line 72 of file SmiLowLevel.h.
Referenced by DellCallingInterfaceSmiImpl::DellCallingInterfaceSmiImpl(), and DellCallingInterfaceSmiImpl::execute().
Definition at line 73 of file SmiLowLevel.h.
Definition at line 74 of file SmiLowLevel.h.
Definition at line 75 of file SmiLowLevel.h.
| union { ... } |
1.5.6