ValueNodeRead Event

CVB.Net Documentation
This event is fired when the client reads a value.

Namespace:  Stemmer.Cvb.GevServer
Assembly:  Stemmer.Cvb.GevServer (in Stemmer.Cvb.GevServer.dll) Version: 14.0.0.0
Syntax

public event EventHandler<ReplyStatusEventArgs> Read

Value

Type: SystemEventHandlerReplyStatusEventArgs
Remarks

You can set a value to this ValueNode and the result will be delivered to the client.
See Also

Reference