SMBIOS Library
|
#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.
union { ... } |
union { ... } |
u32 cbARG1 |
Definition at line 62 of file SmiLowLevel.h.
u32 cbARG2 |
Definition at line 63 of file SmiLowLevel.h.
u32 cbARG3 |
Definition at line 64 of file SmiLowLevel.h.
u32 cbARG4 |
Definition at line 65 of file SmiLowLevel.h.
s32 cbRES1 |
Definition at line 72 of file SmiLowLevel.h.
Referenced by DellCallingInterfaceSmiImpl::DellCallingInterfaceSmiImpl(), and DellCallingInterfaceSmiImpl::execute().
s32 cbRES2 |
Definition at line 73 of file SmiLowLevel.h.
s32 cbRES3 |
Definition at line 74 of file SmiLowLevel.h.
s32 cbRES4 |
Definition at line 75 of file SmiLowLevel.h.
u32 inputArgs[4] |
Definition at line 59 of file SmiLowLevel.h.
Referenced by DellCallingInterfaceSmiImpl::execute(), and DellCallingInterfaceSmiImpl::setArg().
u32 outputRes[4] |
Definition at line 69 of file SmiLowLevel.h.
Referenced by DellCallingInterfaceSmiImpl::getRes().
u16 smiClass |
Definition at line 56 of file SmiLowLevel.h.
Referenced by DellCallingInterfaceSmiImpl::setClass().
u16 smiSelect |
Definition at line 57 of file SmiLowLevel.h.
Referenced by DellCallingInterfaceSmiImpl::setSelect().