OpcWriteEngineeringUnitInfoPropertyValueCallback Delegate

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

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

C#

public delegate OpcPropertyValue<OpcEngineeringUnitInfo> OpcWriteEngineeringUnitInfoPropertyValueCallback(OpcWritePropertyValueContext<OpcEngineeringUnitInfoPropertyNode> context, OpcPropertyValue<OpcEngineeringUnitInfo> value);


Parameters

context OpcWritePropertyValueContext<OpcEngineeringUnitInfoPropertyNode>

The OpcWritePropertyValueContext´1 to use to write the engineering unit info property value.

value OpcPropertyValue<OpcEngineeringUnitInfo>

The OpcPropertyValue´1 to write.


Returns

OpcPropertyValue<OpcEngineeringUnitInfo>

The OpcPropertyValue´1 written.