Click or drag to resize

EPATHAttribute(UInt32, Int32) Constructor

Constructs a new EPATH attribute.

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

Parameters

attributeId  UInt32
Attribute id.
maxBytes  Int32  (Optional)
Maximum number of elements (or 0 if not known).
See Also