OpcReadNodeIdPropertyValueCallback Delegate

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

Represents the method that will read the value of a node identifier property node.

C#

public delegate OpcPropertyValue<OpcNodeId> OpcReadNodeIdPropertyValueCallback(OpcReadPropertyValueContext<OpcNodeIdPropertyNode> context, OpcPropertyValue<OpcNodeId> value);


Parameters

context OpcReadPropertyValueContext<OpcNodeIdPropertyNode>

The OpcReadPropertyValueContext´1 to use to read the node identifier property value.

value OpcPropertyValue<OpcNodeId>

The preliminary OpcPropertyValue´1.


Returns

OpcPropertyValue<OpcNodeId>

The determined OpcPropertyValue´1.