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:

  • port TCP port of the OPI Monitor.

  • ip IP Address of the OPI Monitor.

Details

port can take on values in the range [0, 65535].

Value

A list containing:

See Also

opiInitialise()

Examples

chooseOpi("PhoneHMD")
result <- opiInitialise(address = list(port = 50001, ip = "localhost"))


[Package OPI version 3.0.2 Index]