IOpcReadOnlyNodeDataStore Interface

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Defines read-only mechanisms to retrieve node related data using OPC UA defined techniques to store and locate information using different OpcAttribute's and OpcName's.

C#

public interface IOpcReadOnlyNodeDataStore
Name Description
Get``1(OpcAttribute, OpcName) Retrieves the value of the attribute of the element browsable through the name specified.
Get``1(OpcAttribute, OpcName) Retrieves the value of the attribute of the element browsable through the pathElements specified.
Get``1(OpcAttribute, OpcNamePath) Retrieves the value of the attribute of the element browsable through the path specified.
Get``1(OpcAttribute, String) Retrieves the value of the attribute of the element browsable through the name specified.
Get``1(OpcName) Retrieves the Value attribute of the element browsable through the name specified.
Get``1(String) Retrieves the Value attribute of the element browsable through the name specified.