SafetyEvent Class

Represents a safety-related event, including its condition, type, source, message, and the UTC time it occurred.

Definition

Namespace: SafetyMonitorExtension
Assembly: SafetyMonitoExtension (in SafetyMonitoExtension.dll) Version: 0.1+d75ea7ab874235e354c93329218ac96a84f66202
C#
public class SafetyEvent
Inheritance
Object    SafetyEvent

Constructors

SafetyEvent Initializes a new instance of the SafetyEvent class with the specified source, name, ID, trigger, type, description and time.

Properties

Description A description of the event and why it was triggered.
EventTimeUtc The UTC time at which the event occurred.
Id A unique ID that identifies the event that triggered this safety condition.
Name A short name for what is being monitored e.g. "Mains Supply Voltage", "12V Regulated Voltage", "Perimeter Alarm", "Wind Speed".
Source The name of the application, device, or driver that generated the event.
Trigger The condition that triggered the safety event.
Type The type of safety event that occurred.

See Also