FinderSearch(Int32, Boolean, Boolean) Method

Resends the search request on the specified discovery port

Definition

Namespace: ASCOM.Alpaca.Discovery
Assembly: ASCOM.Alpaca (in ASCOM.Alpaca.dll) Version: 4.0.0+77e18c564bf9ecdb0ef30166e894390d1b7d077c
C#
public void Search(
	int discoveryPort,
	bool IPv4 = true,
	bool IPv6 = true
)

Parameters

discoveryPort  Int32
IP port number on which to send the IPv4 discovery broadcast / IPv6 multicast
IPv4  Boolean  (Optional)
Set true to discover IPv4 Alpaca devices
IPv6  Boolean  (Optional)
Set true to discover IPv6 Alpaca devices

Exceptions

Version Information

Supported in: .NET Standard 2.0, .NET 8 .NET 9. .NET 10

See Also