Sends a multicast discovery packet to each adapter's subnet.
Namespace:
ZSDK_API.DiscoveryAssembly: 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
| Exception | Condition |
|---|---|
| ZSDK_API.ApiException..::.DiscoveryException | If there are issues during discovery or if hops is less than 0. |
| ZSDK_API.ApiException..::.ZebraGeneralException | If an I/O error occurs. |