PhysicalRange Property

HidSharp

ReportSegment PhysicalRange Property HIDSharp

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

Syntax

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