ENDPOINT_RESET struttura (ucxendpoint.h)
Descrive 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;
Members
Header
Struttura USBDEVICE_MGMT_HEADER che archivia gli handle nell'hub USB o nel dispositivo i cui endpoint.
Endpoint
Handle per l'endpoint del dispositivo da reimpostare.
Flags
Valore ENDPOINT_RESET_FLAGS che indica i parametri di reimpostazione .
Requisiti
Requisito | Valore |
---|---|
Intestazione | ucxendpoint.h (includere Ucxclass.h, Ucxendpoint.h) |