Click or drag to resize

VideoState Class

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

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

The VideoState type exposes the following members.

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