| ReportDescriptorParser OutputReportMaxLength Property | HIDSharp |
The maximum output report length.
The Report ID is not included in this length.
Namespace: HidSharp.ReportDescriptors.ParserAssembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
public int OutputReportMaxLength { get; }
public int OutputReportMaxLength { get; }Public ReadOnly Property OutputReportMaxLength As Integer Get
Public ReadOnly Property OutputReportMaxLength As Integer Get
public:
property int OutputReportMaxLength {
int get ();
}member OutputReportMaxLength : int with get
member OutputReportMaxLength : int with get
See Also