OpcWriteServerStatePropertyValueCallback Delegate

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

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

C#

public delegate OpcPropertyValue<OpcServerState> OpcWriteServerStatePropertyValueCallback(OpcWritePropertyValueContext<OpcServerStatePropertyNode> context, OpcPropertyValue<OpcServerState> value);


Parameters

context OpcWritePropertyValueContext<OpcServerStatePropertyNode>

The OpcWritePropertyValueContext´1 to use to write the server state property value.

value OpcPropertyValue<OpcServerState>

The OpcPropertyValue´1 to write.


Returns

OpcPropertyValue<OpcServerState>

The OpcPropertyValue´1 written.