class documentation
Base class for both client RemoteServer and server Server.
| Method | __init__ |
Cooperative constructor. |
| Method | get |
Return the UaObject which corresponds to the given ua_node. |
| Method | get |
Return the UaObject which corresponds to the given ua_node or None. |
| Method | register |
Register the given UaObject to the server. |
| Method | ua |
Return the namespace index for the given namespace uri. |
| Method | ua |
Return the complete OPC UA node ID for the given identifier. |
| Method | unregister |
Unregister the given UaObject from the server. |
| Instance Variable | _namespace |
Undocumented |
| Instance Variable | _ua |
Maps OPC UA nodes to UaObjects with weak references. |
Return the namespace index for the given namespace uri.
| Raises | |
KeyError | If the namespace URI is unknown. |
Return the complete OPC UA node ID for the given identifier.
| Raises | |
KeyError | If the namespace URI of the identifier is unknown. |