OpcWritePropertyValueCallback<T> Delegate

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

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

C#

public delegate OpcPropertyValue<T> OpcWritePropertyValueCallback<T>(OpcWritePropertyValueContext<OpcPropertyNode<T>> context, OpcPropertyValue<T> value);


Parameters

context OpcWritePropertyValueContext<OpcPropertyNode>

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

value OpcPropertyValue<T>

The OpcPropertyValue´1 to write.


Returns

OpcPropertyValue<T>

The OpcPropertyValue´1 written.