Click or drag to resize

MessageContext Class

Optional information about the CIP request received.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIP.NodesMessageContext

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public class MessageContext

The MessageContext type exposes the following members.

Constructors
  NameDescription
Public methodMessageContext
Constructs a MessageContext.
Top
Properties
  NameDescription
Public propertyCIPConnectionClosed
A class that will raise an event when the CIP connection closes (or null).
Public propertyCPFReply
The CPF reply, if the reply is encapsulated in a CPF packet (or null).
Public propertyReservedSpace
Reserved space required for packet header information.
Public propertyServerConnectionClosed
A class that will raise an event when the TCP/IP server connection closes (or null).
Top
Methods
  NameDescription
Public methodGetRoutingInformation
Returns the routing information of the packet received (or null).
Public methodGetSpaceAvailable
Remaining space available in the CIP reply (or int.MaxValue).
Top
See Also