UsbInterruptInPipe.EndpointDescriptor Property

Definition

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

public:
 property UsbInterruptInEndpointDescriptor ^ EndpointDescriptor { UsbInterruptInEndpointDescriptor ^ get(); };
UsbInterruptInEndpointDescriptor EndpointDescriptor();
public UsbInterruptInEndpointDescriptor EndpointDescriptor { get; }
var usbInterruptInEndpointDescriptor = usbInterruptInPipe.endpointDescriptor;
Public ReadOnly Property EndpointDescriptor As UsbInterruptInEndpointDescriptor

Property Value

A UsbInterruptInEndpointDescriptor object that represents the endpoint descriptor associated with the USB interrupt IN endpoint.

Applies to