HidNumericControlDescription.ReportSize 属性

定义

获取报表中使用情况的数据字段的大小。

public:
 property unsigned int ReportSize { unsigned int get(); };
uint32_t ReportSize();
public uint ReportSize { get; }
var uInt32 = hidNumericControlDescription.reportSize;
Public ReadOnly Property ReportSize As UInteger

属性值

UInt32

unsigned int

uint32_t

数据字段大小 (位) 。

注解

如果 ReportCount 大于 1,则每个用法都有一个单独的此大小的数据字段。

适用于

另请参阅