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: HidSharpAssembly: HidSharp (in HidSharp.dll) Version: 2.0.0
public abstract int GetMaxInputReportLength()
Public MustOverride Function GetMaxInputReportLength As Integer
public:
virtual int GetMaxInputReportLength() abstract
abstract GetMaxInputReportLength : unit -> int
Return Value
Type:
Int32
Reference