PointingState Enumeration

The pointing state of the mount (Please note that this enum is called PierSide in traditional Platform code)

Definition

Namespace: ASCOM.Common.DeviceInterfaces
Assembly: ASCOM.Common (in ASCOM.Common.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public enum PointingState

Remarks

For historical reasons, the original Platform enum name PierSide does not reflect its true meaning. The opportunity of a fresh start with the ASCOM Library was taken to rename the PierSide enum to PointingState. The three PointingState values equate to: PointingState.Normal = PierSide.pierEast, PointingState.ThroughThePole = PierSide.pierWest and PointingState.Unknown = PierSide.pierUnknown.

Please see SideOfPier for more information on pointing state and physical side of pier for German equatorial mounts.

The original PierSide enum was named before the property's true significance was understood and the opportunity of a fresh start with the ASCOM Library was taken to give this enum a more appropriate name.

Members

Normal0 Normal pointing state
ThroughThePole1 Through the pole pointing state
Unknown-1 Unknown or indeterminate.

Version Information

.NET Standard

Supported in: 2.0

See Also