UsbEndpointDescriptor.AsBulkInEndpointDescriptor 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 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.