opiInitialise_for_PhoneHMD: Implementation of opiInitialise for the PhoneHMD machine.

View source: R/PhoneHMD.r

opiInitialise_for_PhoneHMDR 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:

  • err NULL if there was no error, a string message if there is an error.

See Also

opiInitialise()

Examples

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

## End(Not run)


OPI documentation built on April 12, 2025, 1:24 a.m.