ChooserSADeviceType Property
The type of device for which the Chooser will select a driver. (String, default = "Telescope")
Namespace: ASCOM.ComAssembly: ASCOM.Com.ChooserSA (in ASCOM.Com.ChooserSA.dll) Version: 4.0.0+77e18c564bf9ecdb0ef30166e894390d1b7d077c
public DeviceTypes DeviceType { get; set; }
Public Property DeviceType As DeviceTypes
Get
Set
DeviceTypesThe type of device for which the Chooser will select a driver. (String, default = "Telescope")
DeviceTypesThe device type that has been set
This property changes the "personality" of the Chooser, allowing it to be used to select a driver for any arbitrary
ASCOM device type. The default value for this is "Telescope", but it could be "Focuser", "Camera", etc.
This property is independent of the Profile object's DeviceType property. Setting Chooser's DeviceType
property doesn't set the DeviceType property in Profile, you must set that also when needed.
Supported in: .NET 8.0 and later