OPC-DA Implementation - M1 - Stable
This release comes with a more stable support for OPC-DA.
Groups are statefully created thanks to the Session abstraction.
Resources can be automatically freed thanks to the Autocloseable interface implementation (try-with-resources possible).
Release details:
- Updated Documentation
- Support try with resources to automatically close Sessions and Connections
- Support error codes in OpcData
- Support stateful sessions. Multiplex Groups in a single connection.
- Use native java types instead of JIVariant.