![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <devices.h>
Data Fields | |
| uint32_t | signature |
| Signature for entry validation. | |
| uint32_t | driverid |
| Unique Id of this Driver in the Driver table. | |
| uint32_t | driverstate |
| Driver state (eg Registered/Unregistered). | |
| char | drivername [DRIVER_NAME_LENGTH] |
| Descriptive name for the Driver (eg USB Mouse Driver). | |
| uint32_t | driverclass |
| The class of this Driver (eg DRIVER_CLASS_USB etc). | |
| DRIVER * | prev |
| Previous entry in Driver table. | |
| DRIVER * | next |
| Next entry in Driver table. | |
Driver Entry
| uint32_t signature |
Signature for entry validation.
| uint32_t driverid |
Unique Id of this Driver in the Driver table.
| uint32_t driverstate |
Driver state (eg Registered/Unregistered).
| char drivername[DRIVER_NAME_LENGTH] |
Descriptive name for the Driver (eg USB Mouse Driver).
| uint32_t driverclass |
The class of this Driver (eg DRIVER_CLASS_USB etc).
| DRIVER* prev |
Previous entry in Driver table.
| DRIVER* next |
Next entry in Driver table.