PhysicalMaximum Property

HidSharp

ReportSegment PhysicalMaximum Property HIDSharp

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

Syntax

public int PhysicalMaximum { get; set; }
public int PhysicalMaximum { get; set; }
Public Property PhysicalMaximum As Integer 
	Get 
	Set
Public Property PhysicalMaximum As Integer 
	Get 
	Set
public:
property int PhysicalMaximum {
	int get ();
	void set (int value);
}
public:
property int PhysicalMaximum {
	int get ();
	void set (int value);
}
member PhysicalMaximum : int with get, set
member PhysicalMaximum : int with get, set
See Also