Click or drag to resize

AttributeValueSetValue Method (IPacketReader, DataSelect, Boolean)

Protocol access to the attribute value. Honours Settable and IgnoreSet.

Namespace:  Demo3D.PLC.Comms.AttrDb
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public abstract bool SetValue(
	IPacketReader requestData,
	DataSelect? dataSelect,
	bool notify
)

Parameters

requestData
Type: Demo3D.IOIPacketReader
The packet to get the value from.
dataSelect
Type: Demo3D.PLC.Comms.AttrDbDataSelect
The selection of data to set (or null for the entire value).
notify
Type: SystemBoolean
True to raise OnAttributeValueSet

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Demo3D.PLC.Comms.AttrDb.AttributeValue.SetValue(Demo3D.IO.IPacketReader,Demo3D.PLC.Comms.AttrDb.DataSelect,System.Boolean)"]

See Also