Class TcoMessage
Complete message details including time stamp, message text, message category, identity of the message provider, context cycle in which the message was posted.
Inheritance
System.Object
TcoMessage
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: PlcDocu.TcoCore
Assembly: TcoCoreConnector.dll
Syntax
public abstract class TcoMessage
Constructors
| Improve this Doc View SourceTcoMessage()
Prevents creating instance of this class via public constructor
Declaration
public TcoMessage()
Fields
| Improve this Doc View SourceCategory
Message category of this message. See
Declaration
public short Category
Field Value
Type | Description |
---|---|
System.Int16 |
Cycle
Context cycle in which the message was posted.
Declaration
public object Cycle
Field Value
Type | Description |
---|---|
System.Object |
ExpectDequeing
Indicates that the message is expected to be dequeed from the buffer.
Declaration
public object ExpectDequeing
Field Value
Type | Description |
---|---|
System.Object |
Identity
Identity of the TcoObject that posted this message.
Declaration
public object Identity
Field Value
Type | Description |
---|---|
System.Object |
MessageDigest
Stores message digest of this message text.
Declaration
public object MessageDigest
Field Value
Type | Description |
---|---|
System.Object |
PerCycleCount
Count of messages of the object in the current cycle.
Declaration
public object PerCycleCount
Field Value
Type | Description |
---|---|
System.Object |
Pinned
Indicates that the message must be persisted in the alarm view until acknowledged.
Declaration
public object Pinned
Field Value
Type | Description |
---|---|
System.Object |
Text
Text of the message.
Declaration
public object Text
Field Value
Type | Description |
---|---|
System.Object |
TimeStamp
Time when the message was posted.
Declaration
public object TimeStamp
Field Value
Type | Description |
---|---|
System.Object |