HidDeviceGetMaxOutputReportLength Method

HIDSharp
Returns the maximum output 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.6.3
Syntax

public abstract int GetMaxOutputReportLength()

Return Value

Type: Int32
See Also

Reference