UsbEndpointDescriptor.AsInterruptInEndpointDescriptor Property

Definition

Gets an object that represents the endpoint descriptor for the USB interrupt IN endpoint.

public:
 property UsbInterruptInEndpointDescriptor ^ AsInterruptInEndpointDescriptor { UsbInterruptInEndpointDescriptor ^ get(); };
UsbInterruptInEndpointDescriptor AsInterruptInEndpointDescriptor();
public UsbInterruptInEndpointDescriptor AsInterruptInEndpointDescriptor { get; }
var usbInterruptInEndpointDescriptor = usbEndpointDescriptor.asInterruptInEndpointDescriptor;
Public ReadOnly Property AsInterruptInEndpointDescriptor As UsbInterruptInEndpointDescriptor

Property Value

An UsbInterruptInEndpointDescriptor that describes the USB interrupt IN endpoint.

Applies to