Click or drag to resize

CPFServerReplyAddDataItem Method

Creates a data item in the reply.

Namespace:  Demo3D.PLC.Comms.CPF
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public abstract IPacketWriter AddDataItem()

Return Value

Type: IPacketWriter
The packet writer for the reply data.
See Also