Length Property

HidSharp

Report Length Property HIDSharp
The length of this particular report. The Report ID is not included in this length.

Namespace: HidSharp.ReportDescriptors.Parser
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

public int Length { get; }
public int Length { get; }
Public ReadOnly Property Length As Integer 
	Get
Public ReadOnly Property Length As Integer 
	Get
public:
property int Length {
	int get ();
}
public:
property int Length {
	int get ();
}
member Length : int with get
member Length : int with get
See Also