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

ServicePropertyValueInt() private method

private ServicePropertyValueInt ( IntPtr aHandle, int &aValue ) : int
aHandle System.IntPtr
aValue int
return int
        static extern int ServicePropertyValueInt(IntPtr aHandle, out int aValue);
#if IOS