OpcReadServerStatePropertyValueCallback Delegate

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

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

C#

public delegate OpcPropertyValue<OpcServerState> OpcReadServerStatePropertyValueCallback(OpcReadPropertyValueContext<OpcServerStatePropertyNode> context, OpcPropertyValue<OpcServerState> value);


Parameters

context OpcReadPropertyValueContext<OpcServerStatePropertyNode>

The OpcReadPropertyValueContext´1 to use to read the server state property value.

value OpcPropertyValue<OpcServerState>

The preliminary OpcPropertyValue´1.


Returns

OpcPropertyValue<OpcServerState>

The determined OpcPropertyValue´1.