hidspicx.h) (HIDSPICX_REPORT 结构

HIDSPICX_REPORT 结构用于表示输入和输出报告。

语法

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

成员

ReportType

报表的内容类型。

ReportContentLength

ReportContent 字段的长度。

ReportId

唯一的报表标识符。

ReportContent[0]

原始 HID 报表或命令参数。

注解

使用此结构,而不是包括 标头的完整报表结构,因为客户端预期会封送要通过网络发送的数据结构。

要求

要求
最低受支持的客户端 Windows 11
标头 hidspicx.h

另请参阅

HIDSPICX_DEVICE_CONFIG_INIT

HIDSPICX_DEVICE_CONFIG