UDECX_ENDPOINTS_CONFIGURE_TYPE 枚举 (udecxusbdevice.h)

定义终结点配置选项的值。

语法

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

常量

 
UdecxEndpointsConfigureTypeDeviceInitialize
保留以供内部使用。
UdecxEndpointsConfigureTypeDeviceConfigurationChange
请求的更改适用于 USB 设备配置。
UdecxEndpointsConfigureTypeInterfaceSettingChange
请求的更改适用于 USB 接口的备用设置。
UdecxEndpointsConfigureTypeEndpointsReleasedOnly
请求的更改适用于接口设置的终结点。

要求

要求
Header udecxusbdevice.h (包括 Udecx.h)

另请参阅

EVT_UDECX_USB_DEVICE_ENDPOINTS_CONFIGURE

UDECX_ENDPOINTS_CONFIGURE_PARAMS