MessageContext Class |
Namespace: Demo3D.PLC.Comms.CIP.Nodes
public class MessageContext : MessageContextBase
The MessageContext type exposes the following members.
| Name | Description | |
|---|---|---|
| MessageContext |
Constructs a MessageContext.
|
| Name | Description | |
|---|---|---|
| CIPConnectionClosed |
A class that will raise an event when the CIP connection closes (or null).
| |
| CPFReply |
The CPF reply, if the reply is encapsulated in a CPF packet (or null).
| |
| Logger |
An object for logging messages.
(Inherited from MessageContextBase.) | |
| ReservedSpace |
Reserved space required for packet header information.
| |
| ServerConnectionClosed |
A class that will raise an event when the TCP/IP server connection closes (or null).
(Inherited from MessageContextBase.) |
| Name | Description | |
|---|---|---|
| Convert |
Create a MessageContext from a MessageContextBase.
| |
| GetRoutingInformation |
Returns the routing information of the packet received (or null).
| |
| GetSpaceAvailable |
Remaining space available in the CIP reply (or int.MaxValue).
|