UsbInterfaceSetting.InterruptOutEndpoints 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 物件的陣列,表示與替代設定中定義的 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物件的陣列。