Click or drag to resize

CPFPacketWriterAddCPFItem Method (CPFItem)

Adds a CPF item to the packet.

Namespace:  Demo3D.PLC.Comms.CPF
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public void AddCPFItem(
	CPFItem item
)

Parameters

item
Type: Demo3D.PLC.Comms.CPFCPFItem

[Missing <param name="item"/> documentation for "M:Demo3D.PLC.Comms.CPF.CPFPacketWriter.AddCPFItem(Demo3D.PLC.Comms.CPF.CPFItem)"]

See Also