IAscomDeviceDriverInfo Property |
Descriptive and version information about this ASCOM driver.
Namespace: ASCOM.Common.DeviceInterfacesAssembly: ASCOM.Common (in ASCOM.Common.dll) Version: 2.1.0+15bd426746e14ecc59ad81c289f923331d1aae8b
Syntaxstring DriverInfo { get; }
ReadOnly Property DriverInfo As String
Get
Property Value
String
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
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