Click or drag to resize

AlpacaDeviceBaseClassDriverVersion Property

A string in the form "n.n" containing only the major and minor version of the driver.

Namespace: ASCOM.Alpaca.Clients
Assembly: ASCOM.Alpaca (in ASCOM.Alpaca.dll) Version: 2.1.0+15bd426746e14ecc59ad81c289f923331d1aae8b
Syntax
public string DriverVersion { get; }

Property Value

String

Implements

IAscomDeviceDriverVersion
Exceptions
ExceptionCondition
DriverExceptionAn error occurred that is not described by one of the more specific ASCOM exceptions. The device did not successfully complete the request.
Remarks
Not to be confused with the InterfaceVersion property, which is the version of this specification supported by the driver (currently 2).
See Also