OpcReadTextPropertyValueCallback Delegate

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

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

C#

public delegate OpcPropertyValue<OpcText> OpcReadTextPropertyValueCallback(OpcReadPropertyValueContext<OpcTextPropertyNode> context, OpcPropertyValue<OpcText> value);


Parameters

context OpcReadPropertyValueContext<OpcTextPropertyNode>

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

value OpcPropertyValue<OpcText>

The preliminary OpcPropertyValue´1.


Returns

OpcPropertyValue<OpcText>

The determined OpcPropertyValue´1.