Class EventLogMessage
This class represents a message of the EventLogMessage.
Inherited Members
Namespace: ABB.Robotics.Controllers.EventLogDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public sealed class EventLogMessage : SDKControllerBoundBase, IComparable, INamedObject, IDisposable
Properties
Body
Gets the body of the message.
Declaration
public string Body { get; }
Property Value
Type | Description |
---|---|
System.String | The text associated to the message.. |
CategoryId
Gets the category to which the event message belongs.
Declaration
public int CategoryId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
CategoryType
Gets the category to which the event message belongs.
Declaration
[Obsolete("No longer supported")]
public CategoryType CategoryType { get; }
Property Value
Type | Description |
---|---|
CategoryType | A EventCategoryTypeType enum value that represents the category of the event message. |
Number
Gets the number of the message.
Declaration
public int Number { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The integer associated to the number of the message. |
SequenceNumber
Gets the sequence number for the message
Declaration
public int SequenceNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Timestamp
Gets the time information specific when the event happened.
Declaration
public DateTime Timestamp { get; }
Property Value
Type | Description |
---|---|
System.DateTime | A DateTime that represents the time when the event happened. |
Title
Gets the title of the message.
Declaration
public string Title { get; }
Property Value
Type | Description |
---|---|
System.String | The text associated to the title of the message. |
Type
Gets the type of the event message.
Declaration
public EventLogEntryType Type { get; }
Property Value
Type | Description |
---|---|
EventLogEntryType | A EventType enum value that represents the type of the event message. |
Implements
System.IComparable
System.IDisposable