Adding groups and items after jopc.start();
Brought to you by:
arnal2
I am using your JEasyOPC library for a school project. And I was wondering if it is possible to add items and groups after the jopc.start(); statement. Because in all of your examples you create groups and items and add them before the .start(); statement. But I would like to add items and groups after the opc server is started (with an async listener) Would this be possible? Thanks in advance.