MaxFeatureReportLength Property

HidSharp

HidDevice MaxFeatureReportLength Property HIDSharp
The maximum feature report length, including the Report ID byte. If the device does not use Report IDs, use 0 for the first byte.

Namespace: HidSharp
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

public abstract int MaxFeatureReportLength { get; }
public abstract int MaxFeatureReportLength { get; }
Public MustOverride ReadOnly Property MaxFeatureReportLength As Integer 
	Get
Public MustOverride ReadOnly Property MaxFeatureReportLength As Integer 
	Get
public:
virtual property int MaxFeatureReportLength {
	int get () abstract;
}
public:
virtual property int MaxFeatureReportLength {
	int get () abstract;
}
abstract MaxFeatureReportLength : int with get
abstract MaxFeatureReportLength : int with get
See Also