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