Click or drag to resize

IAscomDeviceDriverInfo Property

Descriptive and version information about this ASCOM driver.

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

Property Value

String
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