Click or drag to resize

AttributeValueSetValue(MessageContextBase, ArraySegmentByte, Boolean) Method

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

Namespace: Demo3D.PLC.Comms.AttrDb
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public abstract bool SetValue(
	MessageContextBase? context,
	ref ArraySegment<byte> packet,
	bool notify
)

Parameters

context  MessageContextBase
Optional information about the request.
packet  ArraySegmentByte
The packet to get the value from.
notify  Boolean
True to raise OnAttributeValueSet

Return Value

Boolean

[Missing <returns> documentation for "M:Demo3D.PLC.Comms.AttrDb.AttributeValue.SetValue(Demo3D.PLC.Comms.MessageContextBase,System.ArraySegment{System.Byte}@,System.Boolean)"]

See Also