Finder(Boolean, ILogger) Constructor

Creates a Alpaca Finder object that sends out a search request for Alpaca devices The results will be sent to the callback and stored in the cache Calling search and concatenating the results reduces the chance that a UDP packet is lost This may require firewall access

Definition

Namespace: ASCOM.Alpaca.Discovery
Assembly: ASCOM.Alpaca (in ASCOM.Alpaca.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public Finder(
	bool strictCasing,
	ILogger logger
)

Parameters

strictCasing  Boolean
Enforce correct casing of the port variable name in the Alpaca JSON discovery response.
logger  ILogger
An ILogger instance (or null) into which the Finder will log.

Version Information

.NET Standard

Supported in: 2.0

See Also