enumerasi UDECX_ENDPOINTS_CONFIGURE_TYPE (udecxusbdevice.h)

Menentukan nilai untuk opsi konfigurasi titik akhir.

Sintaks

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

Konstanta

 
UdecxEndpointsConfigureTypeDeviceInitialize
Dicadangkan untuk penggunaan internal.
UdecxEndpointsConfigureTypeDeviceConfigurationChange
Perubahan yang diminta berlaku untuk konfigurasi perangkat USB.
UdecxEndpointsConfigureTypeInterfaceSettingChange
Perubahan yang diminta berlaku untuk pengaturan alternatif antarmuka USB.
UdecxEndpointsConfigureTypeEndpointsReleasedOnly
Perubahan yang diminta berlaku untuk titik akhir pengaturan antarmuka.

Persyaratan

Persyaratan Nilai
Header udecxusbdevice.h (termasuk Udecx.h)

Lihat juga

EVT_UDECX_USB_DEVICE_ENDPOINTS_CONFIGURE

UDECX_ENDPOINTS_CONFIGURE_PARAMS