AscomDriverDriverInfo Property |
Descriptive and version information about this ASCOM driver.
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 7.0.0-rc.0+0
Syntaxpublic string DriverInfo { get; }
Public ReadOnly Property DriverInfo As String
Get
public:
virtual property String^ DriverInfo {
String^ get () sealed;
}
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. |
RemarksMust be implemented
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 information on the device itself.
To get the driver version in a parse-able string, use the
DriverVersion property.
See Also