Click or drag to resize

AlpacaDeviceBaseClassDriverInfo Property

Descriptive and version information about this ASCOM driver.

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

Property Value

String

Implements

IAscomDeviceDriverInfo
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
This string may contain line endings and may be hundreds to thousands of characters long. It is intended to display detailed information on the ASCOM driver, including version and copyright data. See the Description property for descriptive info on the telescope itself. To get the driver version in a parseable string, use the DriverVersion property.
See Also