OpcReadValueRangePropertyValueCallback Delegate

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

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

C#

public delegate OpcPropertyValue<OpcValueRange> OpcReadValueRangePropertyValueCallback(OpcReadPropertyValueContext<OpcValueRangePropertyNode> context, OpcPropertyValue<OpcValueRange> value);


Parameters

context OpcReadPropertyValueContext<OpcValueRangePropertyNode>

The OpcReadPropertyValueContext´1 to use to read the value range property value.

value OpcPropertyValue<OpcValueRange>

The preliminary OpcPropertyValue´1.


Returns

OpcPropertyValue<OpcValueRange>

The determined OpcPropertyValue´1.