AlpacaCoverCalibrator(ServiceType, String, Int32, Int32, Boolean, ILogger) Constructor

Create a client for an Alpaca CoverCalibrator device specifying the minimum number of parameters

Definition

Namespace: ASCOM.Alpaca.Clients
Assembly: ASCOM.Alpaca (in ASCOM.Alpaca.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public AlpacaCoverCalibrator(
	ServiceType serviceType,
	string ipAddressString,
	int portNumber,
	int remoteDeviceNumber,
	bool strictCasing,
	ILogger logger
)

Parameters

serviceType  ServiceType
HTTP or HTTPS
ipAddressString  String
Alpaca device's IP Address
portNumber  Int32
Alpaca device's IP Port number
remoteDeviceNumber  Int32
Alpaca device's device number e.g. Telescope/0
strictCasing  Boolean
Tolerate or throw exceptions if the Alpaca device does not use strictly correct casing for JSON object element names.
logger  ILogger
Optional ILogger instance that can be sued to record operational information during execution

Version Information

.NET Standard

Supported in: 2.0

See Also