JCoreAPIConnection
This class represents a connection to the server and allows you to call API methods.
Methods
- get_metadata([request]): Gets metadata about channel(s), for instance the name and units
- set_metadata(metadata): Sets metadata about channel(s), for instance the name and units
- get_real_time_data([request]): Gets the latest values of channel(s)
- set_real_time_data(data): Sets the values of channel(s)
- get_historical_data(request): Gets the latest values of channel(s)
- close([error], [sock_is_closed]): Closes the connection