OpcReadTextArrayPropertyValueCallback Delegate

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

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

C#

public delegate OpcPropertyValue<OpcText[]> OpcReadTextArrayPropertyValueCallback(OpcReadPropertyValueContext<OpcTextArrayPropertyNode> context, OpcPropertyValue<OpcText[]> value);


Parameters

context OpcReadPropertyValueContext<OpcTextArrayPropertyNode>

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.