Eyeon:Script/Reference/Applications/eyeonServer/eyeonServer
From VFXPedia
< Eyeon:Script | Reference | Applications | eyeonServer
Contents |
eyeonServer()
Arguments
eyeonServer(ip, timeout, uuid, subtype)
- ipaddress (optional, string)
- A stringcontaining the ip address or fully qualified domain name where a running instance of eyeonServer can be located. If no value is provided then "localhost" is assumed.
- timeout (optional, number )
- A number which specifies how long in seconds to wait for a valid response before timing out.
- uuid ( optional, string )
- Allows the user to specify the uuid of the instance of eyeonServer to connect to.
- subtype (optional, string)
- Allows the user to specify the type of eyeonServer application to connect to.
Returns
An eyeonServer object, or nil if a connection to eyeonServer could not be established.
Tips for eyeonServer (edit)
EyeonTips:Script/Reference/Applications/eyeonServer/eyeonServer