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; }
See Also