Click or drag to resize

ByteAttribute Constructor

Constructs a new byte attribute.

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

Parameters

attributeValue
Type: Demo3D.PLC.Comms.AttrDbAttributeValue
The attribute value in memory.
See Also