estrutura ENDPOINT_RESET (ucxendpoint.h)

Descreve as informações necessárias para redefinir um ponto de extremidade. Essa estrutura é passada pelo UCX na função de retorno de chamada EVT_UCX_ENDPOINT_RESET.

Sintaxe

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

Membros

Header

Uma estrutura USBDEVICE_MGMT_HEADER que armazena identificadores para o hub USB ou dispositivo cujos pontos de extremidade.

Endpoint

Um identificador para o ponto de extremidade do dispositivo a ser redefinido.

Flags

Um valor ENDPOINT_RESET_FLAGS que indica parâmetros de redefinição.

Requisitos

Requisito Valor
Cabeçalho ucxendpoint.h (inclua Ucxclass.h, Ucxendpoint.h)

Confira também

ENDPOINT_RESET_FLAGS