C# 클래스 OpenHome.Net.Core.ParameterUint

Unsigned integer type parameter. Only intended for use by auto-generated proxies and providers.
상속: Parameter
파일 보기 프로젝트 열기: openhome/ohNet 1 사용 예제들

공개 메소드들

메소드 설명
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