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