Interface ISafetyMonitor
Defines the capabilities supported by an ASCOM Alpaca Safety Monitor device
Inherited Members
Namespace: ES.Ascom.Alpaca.Devices
Assembly: ES.Ascom.Alpaca.Shared.dll
Syntax
public interface ISafetyMonitor : IDevice
Methods
| Improve this Doc View SourceIsSafe()
Indicates whether the monitored state is safe for use.
Declaration
bool IsSafe()
Returns
Type | Description |
---|---|
System.Boolean | True if the state is safe, False if it is unsafe. |