Click or drag to resize

MessageContext Class

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

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

The MessageContext type exposes the following members.

Constructors
 NameDescription
Public methodMessageContext Constructs a MessageContext.
Top
Properties
 NameDescription
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.
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