Click or drag to resize

AlpacaDevice Class

Data object describing an Alpaca device that supports discovery as returned by the AlpacaDiscovery component.
Inheritance Hierarchy
SystemObject
  ASCOM.UtilitiesAlpacaDevice

Namespace:  ASCOM.Utilities
Assembly:  ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public class AlpacaDevice

The AlpacaDevice type exposes the following members.

Constructors
  NameDescription
Public methodAlpacaDevice
Initialises the class with default values
Top
Properties
  NameDescription
Public propertyConfiguredDevices
List of ASCOM devices available on this Alpaca device
Public propertyConfiguredDevicesAsArrayList
List of ASCOM devices available on this Alpaca device as an ArrayList for COM clients
Public propertyHostName
The Alpaca device's DNS host name, if available, otherwise its IP address. IPv6 addresses will be in canonical form.
Public propertyIpAddress
The Alpaca device's IP address. IPv6 addresses will be in canonical form.
Public propertyLocation
The Alpaca device's configured location
Public propertyManufacturer
The device manufacturer's name
Public propertyManufacturerVersion
The device's version as set by the manufacturer
Public propertyPort
Alpaca device's IP port number
Public propertyServerName
The Alpaca device's configured name
Public propertySupportedInterfaceVersions
Array of supported Alpaca interface version numbers
Top
See Also