#include <ISmi.h>
Inheritance diagram for IDellCallingInterfaceSmi:
Public Methods | |
IDellCallingInterfaceSmi () | |
virtual void | setClass (u16 newClass)=0 |
virtual void | setSelect (u16 newSelect)=0 |
virtual void | setArg (u8 argNumber, u32 argValue)=0 |
virtual u32 | getRes (u8 resNumber) const=0 |
virtual void | setArgAsPhysicalAddress (u8 argNumber, u32 bufferOffset)=0 |
virtual | ~IDellCallingInterfaceSmi () |
virtual void | execute ()=0 |
virtual u8 * | getBufferPtr ()=0 |
virtual void | setBufferSize (size_t newSize)=0 |
virtual void | setCommandIOMagic (u16 address, u8 code)=0 |
|
|
|
|
|
|
Implemented in DellCallingInterfaceSmiImpl. |
|
Implemented in DellCallingInterfaceSmiImpl. Referenced by SmiTokenDA::getString(), and smi::switchControl(). |
|
|
Implemented in DellCallingInterfaceSmiImpl. Referenced by testStandalone::testSmi_callingInterface_physaddr(). |
|
Implemented in DellCallingInterfaceSmiImpl. |
|
|
Implemented in DellCallingInterfaceSmiImpl. Referenced by SmiFactoryImpl::makeNew(). |
|