Click or drag to resize

AttributeValueSetValue Method (ArraySegmentByte, 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(
	ref ArraySegment<byte> packet,
	bool notify
)

Parameters

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(System.ArraySegment{System.Byte}@,System.Boolean)"]

See Also