OpcWriteNodeIdPropertyValueCallback Delegate

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

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

C#

public delegate OpcPropertyValue<OpcNodeId> OpcWriteNodeIdPropertyValueCallback(OpcWritePropertyValueContext<OpcNodeIdPropertyNode> context, OpcPropertyValue<OpcNodeId> value);


Parameters

context OpcWritePropertyValueContext<OpcNodeIdPropertyNode>

The OpcWritePropertyValueContext´1 to use to write the node identifier property value.

value OpcPropertyValue<OpcNodeId>

The OpcPropertyValue´1 to write.


Returns

OpcPropertyValue<OpcNodeId>

The OpcPropertyValue´1 written.