| ReportDescriptorParser InputReportMaxLength Property | HIDSharp |
The maximum input report length.
The Report ID is not included in this length.
Namespace: HidSharp.ReportDescriptors.ParserAssembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
public int InputReportMaxLength { get; }
public int InputReportMaxLength { get; }Public ReadOnly Property InputReportMaxLength As Integer Get
Public ReadOnly Property InputReportMaxLength As Integer Get
public:
property int InputReportMaxLength {
int get ();
}member InputReportMaxLength : int with get
member InputReportMaxLength : int with get
See Also