struttura ENDPOINT_RESET (ucxendpoint.h)

Vengono descritte le informazioni necessarie per reimpostare un endpoint. Questa struttura viene passata da UCX nella funzione di callback EVT_UCX_ENDPOINT_RESET.

Sintassi

typedef struct _ENDPOINT_RESET {
  USBDEVICE_MGMT_HEADER Header;
  UCXENDPOINT           Endpoint;
  ENDPOINT_RESET_FLAGS  Flags;
} ENDPOINT_RESET, *PENDPOINT_RESET;

Membri

Header

Struttura USBDEVICE_MGMT_HEADER che archivia gli handle per l'hub USB o il dispositivo i cui endpoint.

Endpoint

Handle per l'endpoint del dispositivo da reimpostare.

Flags

Valore ENDPOINT_RESET_FLAGS che indica i parametri di reimpostazione.

Fabbisogno

Requisito Valore
intestazione ucxendpoint.h (include Ucxclass.h, Ucxendpoint.h)

Vedere anche

ENDPOINT_RESET_FLAGS