Click or drag to resize

AttributeValueGetValue Method (ArraySegmentByte)

Protocol access to the attribute value. Honours Gettable.

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

Parameters

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

See Also