C# Class OpenHome.Net.Core.ParameterInt

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

Méthodes publiques

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

Constructor

Private Methods

Méthode Description
ServiceParameterCreateInt ( IntPtr aName, int aMinValue, int aMaxValue, int aStep ) : IntPtr

Method Details

ParameterInt() public méthode

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
Résultat System