#include <ISmi.h>

Public Member Functions | |
| virtual | ~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 void | setBufferSize (size_t size)=0 |
| virtual void | setBufferContents (const u8 *, size_t size)=0 |
| virtual const u8 * | getBufferPtr ()=0 |
| virtual void | execute ()=0 |
Protected Member Functions | |
| IDellCallingInterfaceSmi () | |
Definition at line 52 of file ISmi.h.
| ~IDellCallingInterfaceSmi | ( | ) | [virtual] |
| IDellCallingInterfaceSmi | ( | ) | [explicit, protected] |
| virtual void setClass | ( | u16 | newClass | ) | [pure virtual] |
Implemented in DellCallingInterfaceSmiImpl.
Referenced by SmiTokenDA::getString(), and SmiTokenDA::setString().
| virtual void setSelect | ( | u16 | newSelect | ) | [pure virtual] |
Implemented in DellCallingInterfaceSmiImpl.
Referenced by SmiTokenDA::getString(), and SmiTokenDA::setString().
Implemented in DellCallingInterfaceSmiImpl.
Referenced by smbios::executeWithPassword(), SmiTokenDA::getString(), and SmiTokenDA::setString().
Implemented in DellCallingInterfaceSmiImpl.
| virtual void setBufferSize | ( | size_t | size | ) | [pure virtual] |
Implemented in DellCallingInterfaceSmiImpl.
| virtual void setBufferContents | ( | const u8 * | , | |
| size_t | size | |||
| ) | [pure virtual] |
Implemented in DellCallingInterfaceSmiImpl.
| virtual const u8* getBufferPtr | ( | ) | [pure virtual] |
Implemented in DellCallingInterfaceSmiImpl.
| virtual void execute | ( | ) | [pure virtual] |
Implemented in DellCallingInterfaceSmiImpl.
Referenced by smbios::executeWithPassword(), and SmiTokenDA::getString().
1.5.6