Condividi tramite


UsbEndpointDescriptor.EndpointType Proprietà

Definizione

Ottiene il tipo di endpoint USB.

public:
 property UsbEndpointType EndpointType { UsbEndpointType get(); };
UsbEndpointType EndpointType();
public UsbEndpointType EndpointType { get; }
var usbEndpointType = usbEndpointDescriptor.endpointType;
Public ReadOnly Property EndpointType As UsbEndpointType

Valore della proprietà

Costante UsbEndpointType che indica il tipo di endpoint USB. Questo valore è Bit 1...0 del campo bmAttributes di un descrittore dell'endpoint. Per informazioni, vedere Tabella 9-13 nella specifica del bus seriale universale (versione 2.0) o tabella 9-18 nella specifica del bus seriale universale 3.0.

Si applica a