Maximum Property

HidSharp

IndexRange Maximum Property HIDSharp

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

Syntax

public uint Maximum { get; set; }
public uint Maximum { get; set; }
Public Property Maximum As UInteger 
	Get 
	Set
Public Property Maximum As UInteger 
	Get 
	Set
public:
property unsigned int Maximum {
	unsigned int get ();
	void set (unsigned int value);
}
public:
property unsigned int Maximum {
	unsigned int get ();
	void set (unsigned int value);
}
member Maximum : uint32 with get, set
member Maximum : uint32 with get, set
See Also