C# Class OpenHome.Net.Core.ParameterInt

Integer type parameter. Only intended for use by auto-generated proxies and providers.
Inheritance: Parameter
Mostra file Open project: openhome/ohNet Class Usage Examples

Public Methods

Method Description
ParameterInt ( String aName, int aMinValue = Int32.MinValue, int aMaxValue = Int32.MaxValue, int aStep = 1 ) : System

Constructor

Private Methods

Method Description
ServiceParameterCreateInt ( IntPtr aName, int aMinValue, int aMaxValue, int aStep ) : IntPtr

Method Details

ParameterInt() public method

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