Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_HOST Struct Reference

#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).
HOSTprev
 Previous entry in Host table.
HOSTnext
 Next entry in Host table.

Detailed Description

Host Entry

Field Documentation

◆ signature

uint32_t signature

Signature for entry validation.

◆ hostid

uint32_t hostid

Unique Id of this Host in the Host table.

◆ hoststate

uint32_t hoststate

Host state (eg Registered/Unregistered).

◆ hostname

char hostname[HOST_NAME_LENGTH]

Descriptive name for the Host (eg DWC OTG Host).

◆ hostclass

uint32_t hostclass

The class of this Host (eg HOST_CLASS_USB etc).

◆ prev

HOST* prev

Previous entry in Host table.

◆ next

HOST* next

Next entry in Host table.


The documentation for this struct was generated from the following file: