A CPF item reader.
Namespace: Demo3D.PLC.Comms.CPFAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic CPFItem(
CPFItemType itemType,
Object? data,
IPacketReader? location = null
)
Parameters
- itemType CPFItemType
- The item type.
- data Object
- The item data.
- location IPacketReader (Optional)
- Describes where the CPF item was read from (or null).
See Also