opiClose_for_ImoVifa {OPI} | R Documentation |
Implementation of opiClose for the ImoVifa machine.
Description
This is for internal use only. Use opiClose()
after
chooseOPI("ImoVifa")
to call this function.
Value
A list containing:
-
err
NULL
if there was no error, a string message if there is an error.
See Also
Examples
chooseOpi("ImoVifa")
opiInitialise(list(port = 50001, ip = "localhost"))
opiSetup(list(eye = "BOTH"))
result <- opiClose()
[Package OPI version 3.0.2 Index]