IObservingConditionsInterfaceVersion Property
The interface version number that this device supports. Must return 1 for this interface version.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
short InterfaceVersion { get; }

Property Value

Type: Int16
Remarks

Must be implemented

This value will be incremented if the interface specification is extended in the future.
See Also