Commit cc26057d authored by oroulet's avatar oroulet

add missing sync methods

parent 22c2adbd
......@@ -210,12 +210,13 @@ class Node:
pass
@syncmethod
def get_children(self):
def get_children(self, refs=ua.ObjectIds.HierarchicalReferences, nodeclassmask=ua.NodeClass.Unspecified):
pass
@syncmethod
def get_child(self, path):
pass
def get_children_descriptions(self, refs=ua.ObjectIds.HierarchicalReferences,
nodeclassmask=ua.NodeClass.Unspecified, includesubtypes=True):
pass
@syncmethod
def get_child(self, path):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment