HidNumericControlDescription.ReportSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the size of the data field for the usage in a report.
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
Property Value
The data field size (in bits).
Remarks
If ReportCount is greater than one, each usage has a separate data field of this size.