OpenHome.Net.ControlPoint.ArgumentUint.Value C# (CSharp) Method

Value() private method

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