UsbInterfaceSetting.InterruptInEndpoints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an array of objects that represent descriptors associated with USB interrupt IN endpoints that are defined in the alternate setting.
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)
Property Value
An array of UsbInterruptInEndpointDescriptor objects.