![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <devices.h>
Data Fields | |
| uint32_t | signature |
| Signature for entry validation. | |
| uint32_t | hostid |
| Unique Id of this Host in the Host table. | |
| uint32_t | hoststate |
| Host state (eg Registered/Unregistered). | |
| char | hostname [HOST_NAME_LENGTH] |
| Descriptive name for the Host (eg DWC OTG Host). | |
| uint32_t | hostclass |
| The class of this Host (eg HOST_CLASS_USB etc). | |
| HOST * | prev |
| Previous entry in Host table. | |
| HOST * | next |
| Next entry in Host table. | |
Host Entry
| uint32_t signature |
Signature for entry validation.
| uint32_t hostid |
Unique Id of this Host in the Host table.
| uint32_t hoststate |
Host state (eg Registered/Unregistered).
| char hostname[HOST_NAME_LENGTH] |
Descriptive name for the Host (eg DWC OTG Host).
| uint32_t hostclass |
The class of this Host (eg HOST_CLASS_USB etc).
| HOST* prev |
Previous entry in Host table.
| HOST* next |
Next entry in Host table.