UDECX_ENDPOINTS_CONFIGURE_TYPE 열거형(udecxusbdevice.h)

엔드포인트 구성 옵션에 대한 값을 정의합니다.

Syntax

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

상수

 
UdecxEndpointsConfigureTypeDeviceInitialize
내부용으로 예약된 속성입니다.
UdecxEndpointsConfigureTypeDeviceConfigurationChange
요청된 변경 내용은 USB 디바이스 구성에 적용됩니다.
UdecxEndpointsConfigureTypeInterfaceSettingChange
요청된 변경 내용은 USB 인터페이스의 대체 설정에 적용됩니다.
UdecxEndpointsConfigureTypeEndpointsReleasedOnly
요청된 변경 내용은 인터페이스 설정의 엔드포인트에 적용됩니다.

요구 사항

요구 사항
헤더 udecxusbdevice.h(Udecx.h 포함)

추가 정보

EVT_UDECX_USB_DEVICE_ENDPOINTS_CONFIGURE

UDECX_ENDPOINTS_CONFIGURE_PARAMS