HidDeviceGetMaxInputReportLength Method

HIDSharp
Returns 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: 2.6.3
Syntax

public abstract int GetMaxInputReportLength()

Return Value

Type: Int32
See Also

Reference