Overload | Description |
---|---|
ReadNode(Object) | Reads all designated model members of the given node from the OPC-UA server. |
ReadNode(Object,String) | Reads model members of the given node that are tagged with the specified tag from the OPC-UA server. |
ReadNode(Object,Predicate<IEnumerable<String>>) | Reads model members of the given node whose tags satisfy the given predicate from the OPC-UA server. |