OpcWriteNamePropertyValueCallback Delegate

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

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

C#

public delegate OpcPropertyValue<OpcName> OpcWriteNamePropertyValueCallback(OpcWritePropertyValueContext<OpcNamePropertyNode> context, OpcPropertyValue<OpcName> value);


Parameters

context OpcWritePropertyValueContext<OpcNamePropertyNode>

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

value OpcPropertyValue<OpcName>

The OpcPropertyValue´1 to write.


Returns

OpcPropertyValue<OpcName>

The OpcPropertyValue´1 written.