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

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

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