다음을 통해 공유


UsbInterface.InterruptOutPipes 속성

정의

호스트가 USB 인터페이스의 현재 설정에 정의된 인터럽트 OUT 엔드포인트와 통신하기 위해 연 파이프를 나타내는 개체의 배열을 가져옵니다.

public:
 property IVectorView<UsbInterruptOutPipe ^> ^ InterruptOutPipes { IVectorView<UsbInterruptOutPipe ^> ^ get(); };
IVectorView<UsbInterruptOutPipe> InterruptOutPipes();
public IReadOnlyList<UsbInterruptOutPipe> InterruptOutPipes { get; }
var iVectorView = usbInterface.interruptOutPipes;
Public ReadOnly Property InterruptOutPipes As IReadOnlyList(Of UsbInterruptOutPipe)

속성 값

UsbInterruptOutPipe 개체의 배열입니다.

적용 대상