IOpcNodeReferenceAware Interface

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

Defines the lowest common interface of types which offer OpcNodeReference instances using different circumstances and conditions to define or provide OpcNodeReference class instances.

C#

public interface IOpcNodeReferenceAware
Name Description
GetReferences Retrieves a static / preset sequence of OpcNodeReference instances (if available).
GetReferences(IOpcNode) Retrieves a sequence of OpcNodeReference instances initialized with the node specified (if possible).
GetReferences(OpcNodeId) Retrieves a sequence of OpcNodeReference instances initialized with the nodeId specified (if possible).