OpcReadPropertyValueCallback Delegate

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

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

C#

public delegate OpcPropertyValue<object> OpcReadPropertyValueCallback(OpcReadPropertyValueContext context, OpcPropertyValue<object> value);


Parameters

context OpcReadPropertyValueContext

The OpcReadPropertyValueContext to use to read the property value.

value OpcPropertyValue<Object>

The preliminary OpcPropertyValue´1.


Returns

OpcPropertyValue<Object>

The determined OpcPropertyValue´1.