다음을 통해 공유


UsbInterfaceSetting.InterruptOutEndpoints 속성

정의

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

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

속성 값

UsbInterruptInEndpointDescriptor 개체의 배열입니다.

적용 대상