Click or drag to resize

ByteAttribute(AttributeValue) Constructor

Constructs a view on an existing BYTE attribute value.

Namespace: Demo3D.PLC.Comms.AttrDb
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public ByteAttribute(
	AttributeValue attributeValue
)

Parameters

attributeValue  AttributeValue
The attribute value in memory.
See Also