UsbInterfaceSetting.BulkOutEndpoints 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 OUT endpoints that are defined in the alternate setting.
public:
property IVectorView<UsbBulkOutEndpointDescriptor ^> ^ BulkOutEndpoints { IVectorView<UsbBulkOutEndpointDescriptor ^> ^ get(); };
IVectorView<UsbBulkOutEndpointDescriptor> BulkOutEndpoints();
public IReadOnlyList<UsbBulkOutEndpointDescriptor> BulkOutEndpoints { get; }
var iVectorView = usbInterfaceSetting.bulkOutEndpoints;
Public ReadOnly Property BulkOutEndpoints As IReadOnlyList(Of UsbBulkOutEndpointDescriptor)
Property Value
An array of UsbBulkOutEndpointDescriptor objects.