EPATHAttribute(UInt32, Int32) Constructor |
Constructs a new EPATH attribute.
Namespace: Demo3D.PLC.Comms.CIP.AttrDbAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic 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