Go to the source code of this file.
Classes | |
class | nodeopcuaclient.SubClient |
Namespaces | |
nodeopcuaclient | |
Variables | |
nodeopcuaclient.client = opcua.Client(True) | |
nodeopcuaclient.handle = sub.subscribe_data_change(myvar) | |
nodeopcuaclient.myvar = client.get_node(opcua.NodeId("ns=1;i=1001")) | |
nodeopcuaclient.root = client.get_root_node() | |
nodeopcuaclient.sclt = SubClient() | |
nodeopcuaclient.sub = client.create_subscription(100, sclt) | |