Click or drag to resize

AttributeValueGetValue(MessageContextBase, ArraySegmentByte) Method

Protocol access to the attribute value. Honours Gettable.

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

Parameters

context  MessageContextBase
Optional information about the request.
packet  ArraySegmentByte
The packet to copy the value into.

Return Value

Boolean

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

See Also