Click or drag to resize

ComputedValueGetValue Method (MessageContextBase, IPacketWriter)

When overriden in a derived class, computes and returns the current value.

Namespace:  Demo3D.PLC.Comms.AttrDb
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
protected virtual bool GetValue(
	MessageContextBase? context,
	IPacketWriter responseData
)

Parameters

context
Type: Demo3D.PLC.CommsMessageContextBase
Optional information about the request.
responseData
Type: Demo3D.IOIPacketWriter
Packet writer to contain the value.

Return Value

Type: Boolean
True if the value could be read.
See Also