HidNumericControlDescription.ReportType Property

Definition

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.

Applies to

See also