Sends a multicast discovery packet to each adapter's subnet.

Namespace:  ZSDK_API.Discovery
Assembly:  ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0

Syntax

C#
public static DiscoveredPrinter[] Multicast(
	int hops
)
Visual Basic (Declaration)
Public Shared Function Multicast ( _
	hops As Integer _
) As DiscoveredPrinter()

Parameters

hops
Type: System..::.Int32
Number of hops.

Return Value

An array of DiscoveredPrinters.

Exceptions

ExceptionCondition
ZSDK_API.ApiException..::.DiscoveryExceptionIf there are issues during discovery or if hops is less than 0.
ZSDK_API.ApiException..::.ZebraGeneralExceptionIf an I/O error occurs.

See Also