AlpacaConfiguredDevice(String, String, Int32, String) Constructor

Create a new AlpacaConfiguredDevice with set values.

Definition

Namespace: ASCOM.Alpaca.Discovery
Assembly: ASCOM.Common (in ASCOM.Common.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public AlpacaConfiguredDevice(
	string deviceName,
	string deviceType,
	int deviceNumber,
	string uniqueID
)

Parameters

deviceName  String
A short name for this device that a user would expect to see in a list of available devices.
deviceType  String
One of the supported ASCOM Devices types such as Telescope, Camera, Focuser etc.
deviceNumber  Int32
The device number that must be used to access this device through the Alpaca Device API.
uniqueID  String
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