UsbInterruptOutPipe.EndpointDescriptor Property

Definition

Gets the object that represents the endpoint descriptor associated with the USB interrupt OUT endpoint.

public:
 property UsbInterruptOutEndpointDescriptor ^ EndpointDescriptor { UsbInterruptOutEndpointDescriptor ^ get(); };
UsbInterruptOutEndpointDescriptor EndpointDescriptor();
public UsbInterruptOutEndpointDescriptor EndpointDescriptor { get; }
var usbInterruptOutEndpointDescriptor = usbInterruptOutPipe.endpointDescriptor;
Public ReadOnly Property EndpointDescriptor As UsbInterruptOutEndpointDescriptor

Property Value

A UsbInterruptOutEndpointDescriptor object that represents the endpoint descriptor associated with the USB interrupt OUT endpoint.

Applies to