OpcWriteValueRangePropertyValueCallback Delegate

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

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

C#

public delegate OpcPropertyValue<OpcValueRange> OpcWriteValueRangePropertyValueCallback(OpcWritePropertyValueContext<OpcValueRangePropertyNode> context, OpcPropertyValue<OpcValueRange> value);


Parameters

context OpcWritePropertyValueContext<OpcValueRangePropertyNode>

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

value OpcPropertyValue<OpcValueRange>

The OpcPropertyValue´1 to write.


Returns

OpcPropertyValue<OpcValueRange>

The OpcPropertyValue´1 written.