UsbInterfaceSetting.BulkInEndpoints 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 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.