| IndexRange Minimum Property | HIDSharp |
Namespace: HidSharp.ReportDescriptors.Parser
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
public uint Minimum { get; set; }
public uint Minimum { get; set; }Public Property Minimum As UInteger Get Set
Public Property Minimum As UInteger Get Set
public: property unsigned int Minimum { unsigned int get (); void set (unsigned int value); }
public:
property unsigned int Minimum {
unsigned int get ();
void set (unsigned int value);
}member Minimum : uint32 with get, set
member Minimum : uint32 with get, set
See Also