OpcWritePropertyValueCallback 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<object> OpcWritePropertyValueCallback(OpcWritePropertyValueContext context, OpcPropertyValue<object> value);


Parameters

context OpcWritePropertyValueContext

The OpcWritePropertyValueContext to use to write the property value.

value OpcPropertyValue<Object>

The preliminary OpcPropertyValue´1.


Returns

OpcPropertyValue<Object>

The determined OpcPropertyValue´1.