HidNumericControlDescription.ReportId 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 report ID of the HID report that contains the usage or usage range for the given numeric control.
public:
property unsigned short ReportId { unsigned short get(); };
uint16_t ReportId();
public ushort ReportId { get; }
var uInt16 = hidNumericControlDescription.reportId;
Public ReadOnly Property ReportId As UShort
Property Value
The report identifier.