Click or drag to resize

SafetyMonitorState Class

Class that presents the device's operation state as a set of nullable properties
Inheritance Hierarchy
SystemObject
  ASCOM.DriverAccessSafetyMonitorState

Namespace: ASCOM.DriverAccess
Assembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 7.0.0-rc.0+0
Syntax
public class SafetyMonitorState

The SafetyMonitorState type exposes the following members.

Constructors
 NameDescription
Public methodSafetyMonitorState Create a new FocuserState instance
Public methodSafetyMonitorState(IStateValueCollection, Object) Create a new FocuserState instance from the device's DeviceState response.
Top
Properties
 NameDescription
Public propertyIsSafe Focuser IsMoving state
Public propertyTimeStamp The time at which the state was recorded
Top
See Also