Share via


UsbInterruptOutPipe.EndpointDescriptor Proprietà

Definizione

Ottiene l'oggetto che rappresenta il descrittore dell'endpoint associato all'endpoint OUT di interruzione USB.

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

Valore della proprietà

Oggetto UsbInterruptOutEndpointDescriptor che rappresenta il descrittore dell'endpoint associato all'endpoint di interruzione USB OUT.

Si applica a