Click or drag to resize

MessageContext Class

Optional information about the CIP request received.
Inheritance Hierarchy

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

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 propertyLogger
An object for logging messages.
(Inherited from MessageContextBase.)
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).
(Inherited from MessageContextBase.)
Top
Methods
  NameDescription
Public methodStatic memberConvert
Create a MessageContext from a MessageContextBase.
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