Click or drag to resize

CoverCalibratorState Class

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

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

The CoverCalibratorState type exposes the following members.

Constructors
 NameDescription
Public methodCoverCalibratorState Create a new CoverCalibratorState instance
Public methodCoverCalibratorState(IStateValueCollection, Object) Create a new CoverCalibratorState instance from the device's DeviceState response.
Top
Properties
 NameDescription
Public propertyBrightness The device's Brightness
Public propertyCalibratorChanging The device's CalibratorChanging state
Public propertyCalibratorState The device's CalibratorState
Public propertyCoverMoving The device's CoverMoving state
Public propertyCoverState The device's CoverState
Public propertyTimeStamp The time at which the state was recorded
Top
See Also