UDECX_ENDPOINTS_CONFIGURE_TYPE enumeração (udecxusbdevice.h)

Define valores para opções de configuração de ponto de extremidade.

Syntax

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

Constantes

 
UdecxEndpointsConfigureTypeDeviceInitialize
Reservado para uso interno.
UdecxEndpointsConfigureTypeDeviceConfigurationChange
A alteração solicitada se aplica à configuração do dispositivo USB.
UdecxEndpointsConfigureTypeInterfaceSettingChange
A alteração solicitada se aplica a uma configuração alternativa de uma interface USB.
UdecxEndpointsConfigureTypeEndpointsReleasedOnly
A alteração solicitada se aplica a um ponto de extremidade de uma configuração de interface.

Requisitos

Requisito Valor
Cabeçalho udecxusbdevice.h (inclua Udecx.h)

Confira também

EVT_UDECX_USB_DEVICE_ENDPOINTS_CONFIGURE

UDECX_ENDPOINTS_CONFIGURE_PARAMS