HidDeviceGetMaxFeatureReportLength Method HIDSharp
Returns 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: 2.0.0
Syntax

public abstract int GetMaxFeatureReportLength()

Return Value

Type: Int32
See Also

Reference