C# Class OpenHome.Net.Core.ParameterUint

Unsigned 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
ParameterUint ( String aName, uint aMinValue, uint aMaxValue = uint.MaxValue, uint aStep = 1 ) : System

Constructor

Private Methods

Méthode Description
ServiceParameterCreateUint ( IntPtr aName, uint aMinValue, uint aMaxValue, uint aStep ) : IntPtr

Method Details

ParameterUint() public méthode

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