Click or drag to resize

CPFItem Constructor

A CPF item reader.

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