AlpacaConfiguredDevice Class

Returns an array of device description objects, providing unique information for each served device, enabling them to be accessed through the Alpaca Device API.

Definition

Namespace: ASCOM.Alpaca.Discovery
Assembly: ASCOM.Common (in ASCOM.Common.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public class AlpacaConfiguredDevice
Inheritance
Object    AlpacaConfiguredDevice

Constructors

AlpacaConfiguredDevice Create a new AlpacaConfiguredDevice with default values.
AlpacaConfiguredDevice(String, String, Int32, String) Create a new AlpacaConfiguredDevice with set values.

Properties

DeviceName A short name for this device that a user would expect to see in a list of available devices.
DeviceNumber The device number that must be used to access this device through the Alpaca Device API.
DeviceType One of the supported ASCOM Devices types such as Telescope, Camera, Focuser etc.
UniqueID "This should be the ProgID for COM devices or a GUID for native Alpaca devices."

Version Information

.NET Standard

Supported in: 2.0

See Also