AlpacaDeviceBaseClassDriverVersion Property |
A string in the form "n.n" containing only the major and minor version of the driver.
Namespace: ASCOM.Alpaca.ClientsAssembly: ASCOM.Alpaca (in ASCOM.Alpaca.dll) Version: 2.1.0+15bd426746e14ecc59ad81c289f923331d1aae8b
Syntax
ExceptionsException | Condition |
---|
DriverException | An 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