Interface ISafetyMonitorAsync
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 ISafetyMonitorAsync : IDeviceAsync
Methods
| Improve this Doc View SourceIsSafeAsync()
Indicates whether the monitored state is safe for use.
Declaration
Task<bool> IsSafeAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Boolean> | True if the state is safe, False if it is unsafe. |