Condividi tramite


struttura HIDSPICX_REPORT (hidspicx.h)

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

Sintassi

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

Membri

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.

Osservazioni

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

Fabbisogno

Requisito Valore
client minimo supportato Windows 11
intestazione hidspicx.h

Vedere anche

HIDSPICX_DEVICE_CONFIG_INIT

HIDSPICX_DEVICE_CONFIG