Click or drag to resize

EPATHAttribute Constructor (UInt32, Int32)

Constructs a new EPATH attribute.

Namespace:  Demo3D.PLC.Comms.CIP.AttrDb
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public EPATHAttribute(
	uint attributeId,
	int maxBytes = 0
)

Parameters

attributeId
Type: SystemUInt32
Attribute id.
maxBytes (Optional)
Type: SystemInt32
Maximum number of elements (or 0 if not known).
See Also