OpenHome.Net.Core.PropertyInt.ServicePropertySetValueInt C# (CSharp) Method

ServicePropertySetValueInt() private method

private ServicePropertySetValueInt ( IntPtr aHandle, int aValue ) : uint
aHandle System.IntPtr
aValue int
return uint
        static extern uint ServicePropertySetValueInt(IntPtr aHandle, int aValue);