(self, methodid, *args)
| 682 | return opcua.common.manage_nodes.create_reference_type(self, nodeid, bname, symmetric, inversename) |
| 683 | |
| 684 | def call_method(self, methodid, *args): |
| 685 | return opcua.common.methods.call_method(self, methodid, *args) |
| 686 | |
| 687 | def register(self): |
| 688 | """ |
no outgoing calls