OpcWriteTextArrayPropertyValueCallback Delegate

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

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

C#

public delegate OpcPropertyValue<OpcText[]> OpcWriteTextArrayPropertyValueCallback(OpcWritePropertyValueContext<OpcTextArrayPropertyNode> context, OpcPropertyValue<OpcText[]> value);


Parameters

context OpcWritePropertyValueContext<OpcTextArrayPropertyNode>

The OpcWritePropertyValueContext´1 to use to write the text array property value.

value OpcPropertyValue<OpcText>

The OpcPropertyValue´1 to write.


Returns

OpcPropertyValue<OpcText>

The OpcPropertyValue´1 written.