Trait ascom_alpaca::api::SafetyMonitor
source · pub trait SafetyMonitor: Device + Send + Sync {
// Provided method
async fn is_safe(&self) -> ASCOMResult<bool> { ... }
}Available on crate feature
safetymonitor only.Expand description
SafetyMonitor Specific Methods
Provided Methods§
sourceasync fn is_safe(&self) -> ASCOMResult<bool>
async fn is_safe(&self) -> ASCOMResult<bool>
Indicates whether the monitored state is safe for use. True if the state is safe, False if it is unsafe.