ISafety Monitor V 4Safety Events Property
Returns a list of safety events
Definition
Namespace: SafetyMonitorExtension
Assembly: SafetyMonitoExtension (in SafetyMonitoExtension.dll) Version: 0.1+8d164eea21d4f186c9b409ea67adf7b992bb9b6b
Assembly: SafetyMonitoExtension (in SafetyMonitoExtension.dll) Version: 0.1+8d164eea21d4f186c9b409ea67adf7b992bb9b6b
C#
IEnumerable<SafetyEvent> SafetyEvents { get; }VB
ReadOnly Property SafetyEvents As IEnumerable(Of SafetyEvent)
GetReturn Value
IEnumerableSafetyEventAn enumerable collection of SafetyEvent objects.
Must return an empty collection when no events are active (must not return null).
Remarks
This is a mandatory property and must be functionally implemented.
The returned list must only contain entries with unique Id values.
See Action Implementation Notes for information on how clients, Alpaca devices and drivers should implement this method.
Exceptions
| NotConnectedException | If the device is not connected. |
| DriverException | An error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself. |