Click or drag to resize

CPFItem Constructor

Constructs a new CPFItem from data and itemType.

Namespace:  Demo3D.PLC.Comms.CPF
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public 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