다음을 통해 공유


UsbEndpointDescriptor.AsInterruptInEndpointDescriptor 속성

정의

USB 인터럽트 IN 엔드포인트에 대한 엔드포인트 설명자를 나타내는 개체를 가져옵니다.

public:
 property UsbInterruptInEndpointDescriptor ^ AsInterruptInEndpointDescriptor { UsbInterruptInEndpointDescriptor ^ get(); };
UsbInterruptInEndpointDescriptor AsInterruptInEndpointDescriptor();
public UsbInterruptInEndpointDescriptor AsInterruptInEndpointDescriptor { get; }
var usbInterruptInEndpointDescriptor = usbEndpointDescriptor.asInterruptInEndpointDescriptor;
Public ReadOnly Property AsInterruptInEndpointDescriptor As UsbInterruptInEndpointDescriptor

속성 값

USB 인터럽트 IN 엔드포인트를 설명하는 UsbInterruptInEndpointDescriptor 입니다.

적용 대상