Share via


structure UCX_USBDEVICE_CHARACTERISTIC (ucxusbdevice.h)

Stocke les caractéristiques d’un appareil.

Syntaxe

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;

Membres

Size

Taille de cette structure.

CharacteristicType

Valeur de type UCX_USBDEVICE_CHARACTERISTIC_TYPE qui indique le type de caractéristique d’appareil.

PathDelay

Valeur de type UCX_USBDEVICE_CHARACTERISTIC_PATH_DELAY qui indique les valeurs de délai de chemin d’accès pour le point de terminaison.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 10, version 1709
Serveur minimal pris en charge Windows Server 2016
En-tête ucxusbdevice.h (inclure Ucxclass.h)

Voir aussi

EVT_UCX_USBDEVICE_GET_CHARACTERISTIC