EventLogMessage Class |
Namespace: ABB.Robotics.Controllers.EventLogDomain
public sealed class EventLogMessage : SDKBase, IDisposable
The EventLogMessage type exposes the following members.
| Name | Description | |
|---|---|---|
| Body | Gets the message body (text). | |
| CategoryId |
Gets the category to which the event message belongs.
| |
| CategoryType | Obsolete. Gets the category that the event message belongs to. | |
| ControllerType |
Gets the ControllerType.
(Inherited from SDKBase.) | |
| Number | Gets the message number. | |
| SequenceNumber | Gets the message sequence number. | |
| TimeStamp | Gets the time stamp information of the event. | |
| Title | Gets the title of the message. | |
| Type | Gets the event message type. |
| Name | Description | |
|---|---|---|
| Dispose |
Disposes the managed resources of the instance.
(Inherited from SDKDisposeBase.) | |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |