Click or drag to resize

CPFServerReply Class

An object for creating CPF replies.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CPFCPFServerReply

Namespace: Demo3D.PLC.Comms.CPF
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public abstract class CPFServerReply

The CPFServerReply type exposes the following members.

Constructors
 NameDescription
Protected methodCPFServerReplyInitializes a new instance of the CPFServerReply class
Top
Methods
 NameDescription
Public methodAddAdditionalItem Access to the underlying CPFPacketWriter for appending additional items.
Public methodAddDataItem Creates a data item in the reply.
Public methodOverrideAddressItem Overrides the address in the reply. The default is to reply to the address received in the request.
Public methodSendErrorAsync Creates an error response.
Top
See Also