UsbEndpointDescriptor.AsBulkInEndpointDescriptor Property

Definition

Gets an object that represents the endpoint descriptor for the USB bulk IN endpoint.

public:
 property UsbBulkInEndpointDescriptor ^ AsBulkInEndpointDescriptor { UsbBulkInEndpointDescriptor ^ get(); };
UsbBulkInEndpointDescriptor AsBulkInEndpointDescriptor();
public UsbBulkInEndpointDescriptor AsBulkInEndpointDescriptor { get; }
var usbBulkInEndpointDescriptor = usbEndpointDescriptor.asBulkInEndpointDescriptor;
Public ReadOnly Property AsBulkInEndpointDescriptor As UsbBulkInEndpointDescriptor

Property Value

A UsbBulkInEndpointDescriptor object that describes the USB bulk IN endpoint.

Applies to