OpcReadNamePropertyValueCallback Delegate

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

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

C#

public delegate OpcPropertyValue<OpcName> OpcReadNamePropertyValueCallback(OpcReadPropertyValueContext<OpcNamePropertyNode> context, OpcPropertyValue<OpcName> value);


Parameters

context OpcReadPropertyValueContext<OpcNamePropertyNode>

The OpcReadPropertyValueContext´1 to use to read the name property value.

value OpcPropertyValue<OpcName>

The preliminary OpcPropertyValue´1.


Returns

OpcPropertyValue<OpcName>

The determined OpcPropertyValue´1.