AlpacaConfiguredDevice(String, String, Int32, String) Constructor
Create a new AlpacaConfiguredDevice with set values.
Namespace: ASCOM.Alpaca.DiscoveryAssembly: ASCOM.Common (in ASCOM.Common.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
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: 2.0