UsbEndpointDescriptor.AsBulkOutEndpointDescriptor 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 OUT endpoint.
public:
property UsbBulkOutEndpointDescriptor ^ AsBulkOutEndpointDescriptor { UsbBulkOutEndpointDescriptor ^ get(); };
UsbBulkOutEndpointDescriptor AsBulkOutEndpointDescriptor();
public UsbBulkOutEndpointDescriptor AsBulkOutEndpointDescriptor { get; }
var usbBulkOutEndpointDescriptor = usbEndpointDescriptor.asBulkOutEndpointDescriptor;
Public ReadOnly Property AsBulkOutEndpointDescriptor As UsbBulkOutEndpointDescriptor
Property Value
A UsbBulkOutEndpointDescriptor that describes the USB bulk OUT endpoint.