다음을 통해 공유


UsbInterfaceSetting.InterruptInEndpoints 속성

정의

대체 설정에 정의된 USB 인터럽트 IN 엔드포인트와 연결된 설명자를 나타내는 개체의 배열을 가져옵니다.

public:
 property IVectorView<UsbInterruptInEndpointDescriptor ^> ^ InterruptInEndpoints { IVectorView<UsbInterruptInEndpointDescriptor ^> ^ get(); };
IVectorView<UsbInterruptInEndpointDescriptor> InterruptInEndpoints();
public IReadOnlyList<UsbInterruptInEndpointDescriptor> InterruptInEndpoints { get; }
var iVectorView = usbInterfaceSetting.interruptInEndpoints;
Public ReadOnly Property InterruptInEndpoints As IReadOnlyList(Of UsbInterruptInEndpointDescriptor)

속성 값

UsbInterruptInEndpointDescriptor 개체의 배열입니다.

적용 대상