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
Syntaxprotected 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:
BooleanTrue if the value could be read.
See Also