Go to the source code of this file.
Namespaces | |
namespace | client-minimal |
Variables | |
tuple | client-minimal.client = Client("opc.tcp://localhost:4840/freeopcua/server/") |
tuple | client-minimal.myvar = root.get_child(["0:Objects", "2:MyObject", "2:MyVariable"]) |
tuple | client-minimal.obj = root.get_child(["0:Objects", "2:MyObject"]) |
tuple | client-minimal.root = client.get_root_node() |