UsbBulkInPipe.EndpointDescriptor Property

Definition

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

public:
 property UsbBulkInEndpointDescriptor ^ EndpointDescriptor { UsbBulkInEndpointDescriptor ^ get(); };
UsbBulkInEndpointDescriptor EndpointDescriptor();
public UsbBulkInEndpointDescriptor EndpointDescriptor { get; }
var usbBulkInEndpointDescriptor = usbBulkInPipe.endpointDescriptor;
Public ReadOnly Property EndpointDescriptor As UsbBulkInEndpointDescriptor

Property Value

A UsbBulkInEndpointDescriptor object that represents endpoint descriptor associated with the USB bulk IN endpoint.

Applies to