opiInitialise_for_PhoneHMD {OPI} | R Documentation |
Implementation of opiInitialise for the PhoneHMD machine.
Description
This is for internal use only. Use opiInitialise()
after
chooseOPI("PhoneHMD")
to call this function.
Arguments
address |
A list containing:
|
Details
port
can take on values in the range [0, 65535]
.
Value
A list containing:
-
err
NULL
if there was no error, a string message if there is an error.
See Also
Examples
chooseOpi("PhoneHMD")
result <- opiInitialise(address = list(port = 50001, ip = "localhost"))
[Package OPI version 3.0.2 Index]