Click or drag to resize

ASCOM.Utilities Namespace

ASCOM.Utilities

Summary

This namespace contains the core platform utilities

Classes
 ClassDescription
Public classAlpacaDevice Data object describing an Alpaca device that supports discovery as returned by the AlpacaDiscovery component.
Public classAlpacaDiscovery Enables clients to discover Alpaca devices by sending one or more discovery polls. Returns information on discovered Alpaca devices and the ASCOM devices that are available.
Public classAscomDevice Data object describing an ASCOM device that is served by an Alpaca device as returned by the AlpacaDiscovery component.
Public classASCOMProfile Class that represents a whole device Profile and which contains a set of methods for for manipulating its contents
Public classCache ASCOM caching component with automatic stale item removal and call rate limiting - this component must be disposed when the driver is closing down. See Dispose for further information.
Public classChooser The Chooser object provides a way for your application to let your user select the telescope to use.
Public classConfiguredDevice Data object describing a single ASCOM device as returned within the AlpacaDevice class.
Public classKeyValuePair Class that returns a key and associated value
Public classProfile ASCOM Scope Driver Helper Registry Profile Object
Public classCode exampleSerial Creates a .NET serial port and provides a simple set of commands to use it.
Public classTimerObsolete.
Provides a repeating timer with associated tick event.
Public classTraceLogger Creates a log file for a driver or application. Uses a similar file name and internal format to the serial logger. Multiple logs can be created simultaneously if needed.
Public classUtil Provides a set of utility functions for ASCOM clients and drivers
Delegates
 DelegateDescription
Public delegateTimerTickEventHandler Timer tick event handler
Enumerations
 EnumerationDescription
Public enumerationSerialHandshake The control protocol used by the serial port
Public enumerationSerialParity The type of parity used on the serial port
Public enumerationSerialSpeed Enumeration of serial port speeds for use with the Serial port
Public enumerationSerialStopBits Number of stop bits appended to a serial character
Public enumerationUnits List of available conversion units for use in the Util.ConvertUnits method