C# Class OpenHome.Net.Core.ParameterUint

Unsigned integer type parameter. Only intended for use by auto-generated proxies and providers.
Inheritance: Parameter
Mostrar archivo Open project: openhome/ohNet Class Usage Examples

Public Methods

Method Description
ParameterUint ( String aName, uint aMinValue, uint aMaxValue = uint.MaxValue, uint aStep = 1 ) : System

Constructor

Private Methods

Method Description
ServiceParameterCreateUint ( IntPtr aName, uint aMinValue, uint aMaxValue, uint aStep ) : IntPtr

Method Details

ParameterUint() public method

Constructor
public ParameterUint ( String aName, uint aMinValue, uint aMaxValue = uint.MaxValue, uint aStep = 1 ) : System
aName String Parameter name
aMinValue uint Minimum allowed value
aMaxValue uint Maximum allowed value
aStep uint Gap between allowed values
return System