Packagenet.user1.reactor
Classpublic class System
InheritanceSystem Inheritance Object

Since : Reactor 1.0.0

Version information for the Reactor client SDK.



Public Methods
 MethodDefined By
  
Constructor
System
  
getClientType():String
Indicates the official name of this Union client type, "Reactor".
System
  
Indicates the version and build of Reactor.
System
  
Returns the version of the UPC protocol in use by Reactor.
System
Constructor Description
System()Constructor
public function System()

Constructor

Method Descriptions
getClientType()method
public function getClientType():String

Since : Reactor 1.0.0

Indicates the official name of this Union client type, "Reactor".

Returns
String
getClientVersion()method 
public function getClientVersion():VersionNumber

Since : Reactor 1.0.0

Indicates the version and build of Reactor. Version information is automatically displayed in the client-side log at startup time, and is sent to the server for logging at connection time.

Returns
VersionNumber
getUPCVersion()method 
public function getUPCVersion():VersionNumber

Since : Reactor 1.0.0

Returns the version of the UPC protocol in use by Reactor. For protocol information, see the UPC Specification.

Returns
VersionNumber