version: Version

Description Usage Arguments Value Note Author(s) See Also Examples

Description

Check RedeR application version.

Usage

1
version(obj)

Arguments

obj

Object of RedPort Class.

Value

Returns the version of the current RedeR application that is listening a specified XML-RPC port.

Note

Prior calling this method invoke RedeR application via XML-RPC server (i.e. 'calld').

Author(s)

Mauro Castro

See Also

RedPort

Examples

1
2
3
4
5
6
7
8
rdp <- RedPort('MyPort')

## Not run: 

  calld(rdp) 
  version(rdp)

## End(Not run)

RedeR documentation built on Nov. 8, 2020, 7:45 p.m.