Click or drag to resize

AttributeValueSetValue Method (MessageContextBase, ArraySegmentByte, Boolean)

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

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

Parameters

context
Type: Demo3D.PLC.CommsMessageContextBase
Optional information about the request.
packet
Type: SystemArraySegmentByte
The packet to get the value from.
notify
Type: SystemBoolean
True to raise OnAttributeValueSet

Return Value

Type: Boolean

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

See Also