#include <Device.h>
|
|
| OFDevice (OFHandle handle) |
| |
|
virtual void | getProperty (const char *pProperty, NormalStaticString &buf) |
| |
|
virtual OFHandle | getProperty (const char *pProperty) |
| |
|
virtual int | getProperty (const char *pProperty, void *buf, size_t bufLen) |
| |
|
virtual OFHandle | getParent () |
| |
|
virtual bool | propertyExists (const char *pProperty) |
| |
|
virtual int | getPropertyLength (const char *pProperty) |
| |
|
virtual int | getNextProperty (const char *pPrevious, const char *pNext) |
| |
| virtual void | setProperty (const char *pProperty, NormalStaticString &val) |
| |
|
virtual OFHandle | executeMethod (const char *method, size_t nArgs, OFParam p1=0, OFParam p2=0, OFParam p3=0, OFParam p4=0, OFParam p5=0, OFParam p6=0) |
| |
Provides an interface to query OpenFirmware about a device.
Definition at line 31 of file openfirmware/Device.h.
The documentation for this class was generated from the following files: