struttura UCXUSBDEVICE_INFO (ucxusbdevice.h)
Contiene informazioni sul dispositivo USB. Questa struttura viene passata da UCX nella funzione di callback dell'evento EVT_UCX_CONTROLLER_USBDEVICE_ADD .
Sintassi
typedef struct _UCXUSBDEVICE_INFO {
ULONG Size;
USB_DEVICE_SPEED DeviceSpeed;
UCXUSBDEVICE TtHub;
USB_DEVICE_PORT_PATH PortPath;
} UCXUSBDEVICE_INFO, *PUCXUSBDEVICE_INFO;
Members
Size
Dimensione in byte di questa struttura.
DeviceSpeed
Definisce la velocità del dispositivo USB o dell'hub.
TtHub
Handle per l'oggetto dispositivo USB che rappresenta l'hub TT.
PortPath
Percorso della porta per il dispositivo o l'hub USB.
Requisiti
Requisito | Valore |
---|---|
Intestazione | ucxusbdevice.h (include Ucxusbdevice.h) |