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: 15.0.2.11458
Syntax
C#
public abstract class CPFServerReply

The CPFServerReply type exposes the following members.

Constructors
  NameDescription
Protected methodCPFServerReply
Initializes 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