AlpacaConfiguredDevice(String, String, Int32, String) Constructor
Create a new AlpacaConfiguredDevice with set values.
Namespace: ASCOM.Alpaca.DiscoveryAssembly: ASCOM.Common (in ASCOM.Common.dll) Version: 4.0.0+77e18c564bf9ecdb0ef30166e894390d1b7d077c
public AlpacaConfiguredDevice(
string deviceName,
string deviceType,
int deviceNumber,
string uniqueID
)
Public Sub New (
deviceName As String,
deviceType As String,
deviceNumber As Integer,
uniqueID As String
)
- 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.
Supported in: .NET Standard 2.0, .NET 8 .NET 9. .NET 10