Show / Hide Table of Contents

Interface ISafetyMonitor

Defines the capabilities supported by an ASCOM Alpaca Safety Monitor device

Inherited Members
IDevice.DeviceNumber
IDevice.InvokeAction(String, String)
IDevice.SendCommandBlind(String, Boolean)
IDevice.SendCommandBool(String, Boolean)
IDevice.SendCommandString(String, Boolean)
IDevice.IsConnected()
IDevice.SetConnected(Boolean)
IDevice.GetDescription()
IDevice.GetDriverInfo()
IDevice.GetDriverVersion()
IDevice.GetInterfaceVersion()
IDevice.GetName()
IDevice.GetSupportedActions()
Namespace: ES.Ascom.Alpaca.Devices
Assembly: ES.Ascom.Alpaca.Shared.dll
Syntax
public interface ISafetyMonitor : IDevice

Methods

| Improve this Doc View Source

IsSafe()

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.

See Also

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