HidDevice MaxInputReportLength Property HIDSharp
The maximum input report length, including the Report ID byte. If the device does not use Report IDs, the first byte will always be 0.

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

public abstract int MaxInputReportLength { get; }
See Also