OpcReadEngineeringUnitInfoPropertyValueCallback Delegate

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

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

C#

public delegate OpcPropertyValue<OpcEngineeringUnitInfo> OpcReadEngineeringUnitInfoPropertyValueCallback(OpcReadPropertyValueContext<OpcEngineeringUnitInfoPropertyNode> context, OpcPropertyValue<OpcEngineeringUnitInfo> value);


Parameters

context OpcReadPropertyValueContext<OpcEngineeringUnitInfoPropertyNode>

The OpcReadPropertyValueContext´1 to use to read the engineering unit info property value.

value OpcPropertyValue<OpcEngineeringUnitInfo>

The preliminary OpcPropertyValue´1.


Returns

OpcPropertyValue<OpcEngineeringUnitInfo>

The determined OpcPropertyValue´1.