Click or drag to resize

AlpacaDeviceBaseClassDescription Property

Returns a description of the driver, such as manufacturer and model number.

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

Property Value

String
The description.

Implements

IAscomDeviceDescription
Exceptions
ExceptionCondition
NotConnectedExceptionWhen Connected is False.
DriverExceptionAn error occurred that is not described by one of the more specific ASCOM exceptions. The device did not successfully complete the request.
Remarks
Any ASCII characters may be used. The string must not exceed 68 characters (for compatibility with FITS headers).
See Also