InputReportMaxLength Property

HidSharp

ReportDescriptorParser InputReportMaxLength Property HIDSharp
The maximum input report length. The Report ID is not included in this length.

Namespace: HidSharp.ReportDescriptors.Parser
Assembly: 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 ();
}
public:
property int InputReportMaxLength {
	int get ();
}
member InputReportMaxLength : int with get
member InputReportMaxLength : int with get
See Also