HidNumericControlDescription.ReportType 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 type of HID report associated with the given numeric control.
public:
property HidReportType ReportType { HidReportType get(); };
HidReportType ReportType();
public HidReportType ReportType { get; }
var hidReportType = hidNumericControlDescription.reportType;
Public ReadOnly Property ReportType As HidReportType
Property Value
One of the report types: HidFeatureReport, HidInputReport, or HidOutputReport.