Click or drag to resize

CameraDeviceState Class

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

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

The CameraDeviceState type exposes the following members.

Constructors
 NameDescription
Public methodCameraDeviceState Create a new CameraDeviceState instance
Public methodCameraDeviceState(IStateValueCollection, Object) Create a new CameraDeviceState instance from the device's DeviceState response.
Top
Properties
 NameDescription
Public propertyCameraState The device's CameraState
Public propertyCCDTemperature The device's CCDTemperature
Public propertyCoolerPower The device's CoolerPower
Public propertyHeatSinkTemperature The device's HeatSinkTemperature
Public propertyImageReady The device's ImageReady property
Public propertyIsPulseGuiding The device's IsPulseGuiding property
Public propertyPercentCompleted The device's PercentCompleted property
Public propertyTimeStamp The time at which the state was recorded
Top
See Also