Condividi tramite


UCX_USBDEVICE_CHARACTERISTIC struttura (ucxusbdevice.h)

Archivia le caratteristiche di un dispositivo.

Sintassi

typedef struct _UCX_USBDEVICE_CHARACTERISTIC {
  ULONG                             Size;
  UCX_USBDEVICE_CHARACTERISTIC_TYPE CharacteristicType;
  union {
    UCX_USBDEVICE_CHARACTERISTIC_PATH_DELAY PathDelay;
  };
} UCX_USBDEVICE_CHARACTERISTIC, *PUCX_USBDEVICE_CHARACTERISTIC;

Members

Size

Dimensioni di questa struttura.

CharacteristicType

Valore UCX_USBDEVICE_CHARACTERISTIC_TYPE tipo che indica il tipo di caratteristica del dispositivo.

PathDelay

Valore UCX_USBDEVICE_CHARACTERISTIC_PATH_DELAY tipizzato che indica i valori di ritardo del percorso per l'endpoint.

Requisiti

Requisito Valore
Client minimo supportato Windows 10, versione 1709
Server minimo supportato Windows Server 2016
Intestazione ucxusbdevice.h (include Ucxclass.h)

Vedi anche

EVT_UCX_USBDEVICE_GET_CHARACTERISTIC