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
Namespace: ASCOM.Alpaca.DiscoveryAssembly: ASCOM.Alpaca (in ASCOM.Alpaca.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
public Finder(
bool strictCasing,
ILogger logger
)
Public Sub New (
strictCasing As Boolean,
logger As ILogger
)
- 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.
Supported in: 2.0