énumération UDECX_ENDPOINTS_CONFIGURE_TYPE (udecxusbdevice.h)

Définit des valeurs pour les options de configuration de point de terminaison.

Syntax

typedef enum _UDECX_ENDPOINTS_CONFIGURE_TYPE {
  UdecxEndpointsConfigureTypeDeviceInitialize,
  UdecxEndpointsConfigureTypeDeviceConfigurationChange,
  UdecxEndpointsConfigureTypeInterfaceSettingChange,
  UdecxEndpointsConfigureTypeEndpointsReleasedOnly
} UDECX_ENDPOINTS_CONFIGURE_TYPE, *PUDECX_ENDPOINTS_CONFIGURE_TYPE;

Constantes

 
UdecxEndpointsConfigureTypeDeviceInitialize
Réservé à un usage interne.
UdecxEndpointsConfigureTypeDeviceConfigurationChange
La modification demandée s’applique à la configuration du périphérique USB.
UdecxEndpointsConfigureTypeInterfaceSettingChange
La modification demandée s’applique à un autre paramètre d’une interface USB.
UdecxEndpointsConfigureTypeEndpointsReleasedOnly
La modification demandée s’applique à un point de terminaison d’un paramètre d’interface.

Configuration requise

Condition requise Valeur
En-tête udecxusbdevice.h (include Udecx.h)

Voir aussi

EVT_UDECX_USB_DEVICE_ENDPOINTS_CONFIGURE

UDECX_ENDPOINTS_CONFIGURE_PARAMS