OpenHome.Net.ControlPoint.ArgumentInt.Value C# (CSharp) Метод

Value() приватный Метод

Read the value of an integer argument.
Only intended for use with output arguments inside the invocation completed callback.
private Value ( ) : int
Результат int
        int Value()
        {
            return ActionArgumentValueInt(iHandle);
        }
    }