Interface OpcConnection

All Superinterfaces:
Lifecycle

public interface OpcConnection extends Lifecycle
An OpcConnection is a connection to some kind of OPC server.

It is agnostic of the underlying technology (e.g. OPC Classic vs OPC UA) and instead relies on basic abstractions for read, write, browse, and subscribe.