UsbBulkOutPipe.EndpointDescriptor Property

Definition

Gets the object that represents the endpoint descriptor associated with the USB bulk OUT endpoint.

public:
 property UsbBulkOutEndpointDescriptor ^ EndpointDescriptor { UsbBulkOutEndpointDescriptor ^ get(); };
UsbBulkOutEndpointDescriptor EndpointDescriptor();
public UsbBulkOutEndpointDescriptor EndpointDescriptor { get; }
var usbBulkOutEndpointDescriptor = usbBulkOutPipe.endpointDescriptor;
Public ReadOnly Property EndpointDescriptor As UsbBulkOutEndpointDescriptor

Property Value

A UsbBulkOutEndpointDescriptor that represents the endpoint descriptor associated with the USB bulk OUT endpoint.

Applies to