UsbBulkOutPipe.EndpointDescriptor 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 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.