Click or drag to resize

FilterWheelState Class

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

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

The FilterWheelState type exposes the following members.

Constructors
 NameDescription
Public methodFilterWheelState Create a new FilterWheelState instance
Public methodFilterWheelState(IStateValueCollection, Object) Create a new FilterWheelState instance from the device's DeviceState response.
Top
Properties
 NameDescription
Public propertyPosition FilterWheel position
Public propertyTimeStamp The time at which the state was recorded
Top
See Also