Condividi tramite


struttura HIDSPICX_REPORT (hidspicx.h)

La struttura HIDSPICX_REPORT viene utilizzata per rappresentare i report di input e output.

Sintassi

typedef struct _HIDSPICX_REPORT {
  UCHAR  ReportType;
  USHORT ReportContentLength;
  UCHAR  ReportId;
  UCHAR  ReportContent[0];
} HIDSPICX_REPORT;

Members

ReportType

Tipo di contenuto del report.

ReportContentLength

Lunghezza del campo ReportContent .

ReportId

Identificatore univoco del report.

ReportContent[0]

Parametri di comando o report HID non elaborati.

Commenti

Questa struttura viene usata anziché la struttura completa del report, inclusa l'intestazione perché il client deve eseguire il marshalling delle strutture di dati da inviare in rete.

Requisiti

Requisito Valore
Client minimo supportato Windows 11
Intestazione hidspicx.h

Vedi anche

HIDSPICX_DEVICE_CONFIG_INIT

HIDSPICX_DEVICE_CONFIG