C# Класс OpenHome.Net.Core.ParameterUint

Unsigned integer type parameter. Only intended for use by auto-generated proxies and providers.
Наследование: Parameter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ParameterUint ( String aName, uint aMinValue, uint aMaxValue = uint.MaxValue, uint aStep = 1 ) : System

Constructor

Приватные методы

Метод Описание
ServiceParameterCreateUint ( IntPtr aName, uint aMinValue, uint aMaxValue, uint aStep ) : IntPtr

Описание методов

ParameterUint() публичный Метод

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
Результат System