UsbInterfaceSetting.BulkInEndpoints Property

Definition

Gets an array of objects that represent descriptors associated with USB bulk IN endpoints that are defined in the alternate setting.

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

Property Value

An array of UsbBulkInEndpointDescriptor objects.

Applies to