FeatureReportMaxLength Property

HidSharp

ReportDescriptorParser FeatureReportMaxLength Property HIDSharp
The maximum feature 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 FeatureReportMaxLength { get; }
public int FeatureReportMaxLength { get; }
Public ReadOnly Property FeatureReportMaxLength As Integer 
	Get
Public ReadOnly Property FeatureReportMaxLength As Integer 
	Get
public:
property int FeatureReportMaxLength {
	int get ();
}
public:
property int FeatureReportMaxLength {
	int get ();
}
member FeatureReportMaxLength : int with get
member FeatureReportMaxLength : int with get
See Also