Click or drag to resize

AttributeValueGetValue Method (MessageContextBase, ArraySegmentByte)

Protocol access to the attribute value. Honours Gettable.

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

Parameters

context
Type: Demo3D.PLC.CommsMessageContextBase
Optional information about the request.
packet
Type: SystemArraySegmentByte
The packet to copy the value into.

Return Value

Type: Boolean

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

See Also