HidNumericControlDescription.ReportSize Property

Definition

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

UInt32

unsigned int

uint32_t

The data field size (in bits).

Remarks

If ReportCount is greater than one, each usage has a separate data field of this size.

Applies to

See also