UsbBulkInPipe.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 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.