OpenHome.Net.Core.ParameterUint.ServiceParameterCreateUint C# (CSharp) Method

ServiceParameterCreateUint() private method

private ServiceParameterCreateUint ( IntPtr aName, uint aMinValue, uint aMaxValue, uint aStep ) : IntPtr
aName System.IntPtr
aMinValue uint
aMaxValue uint
aStep uint
return System.IntPtr
        static extern IntPtr ServiceParameterCreateUint(IntPtr aName, uint aMinValue, uint aMaxValue, uint aStep);