Show / Hide Table of Contents

Interface ISafetyMonitorAsync

Defines the capabilities supported by an ASCOM Alpaca Safety Monitor device

Inherited Members
IDeviceAsync.DeviceNumber
IDeviceAsync.InvokeActionAsync(String, String)
IDeviceAsync.SendCommandBlindAsync(String, Boolean)
IDeviceAsync.SendCommandBoolAsync(String, Boolean)
IDeviceAsync.SendCommandStringAsync(String, Boolean)
IDeviceAsync.IsConnectedAsync()
IDeviceAsync.SetConnectedAsync(Boolean)
IDeviceAsync.GetDescriptionAsync()
IDeviceAsync.GetDriverInfoAsync()
IDeviceAsync.GetDriverVersionAsync()
IDeviceAsync.GetInterfaceVersionAsync()
IDeviceAsync.GetNameAsync()
IDeviceAsync.GetSupportedActionsAsync()
Namespace: ES.Ascom.Alpaca.Devices
Assembly: ES.Ascom.Alpaca.Shared.dll
Syntax
public interface ISafetyMonitorAsync : IDeviceAsync

Methods

| Improve this Doc View Source

IsSafeAsync()

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.

See Also

ISafetyMonitor
  • Improve this Doc
  • View Source
Back to top Generated by DocFX