Condividi tramite


UsbEndpointDescriptor.AsInterruptInEndpointDescriptor Proprietà

Definizione

Ottiene un oggetto che rappresenta il descrittore dell'endpoint per l'endpoint USB interrupt IN.

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

Valore della proprietà

UsbInterruptInEndpointDescriptor che descrive l'endpoint USB interrupt IN.

Si applica a