Condividi tramite


UsbInterruptInPipe.EndpointDescriptor Proprietà

Definizione

Ottiene l'oggetto che rappresenta il descrittore dell'endpoint associato all'endpoint USB interrupt IN.

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

Valore della proprietà

Oggetto UsbInterruptInEndpointDescriptor che rappresenta il descrittore dell'endpoint associato all'endpoint di interruzione USB IN.

Si applica a