Sends a local broadcast 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[] LocalBroadcast() |
| Visual Basic (Declaration) |
|---|
Public Shared Function LocalBroadcast As DiscoveredPrinter() |
Return Value
An array of DiscoveredPrinters.
Exceptions
| Exception | Condition |
|---|---|
| ZSDK_API.ApiException..::.DiscoveryException | If there are issues during discovery. |
| ZSDK_API.ApiException..::.ZebraGeneralException | If an I/O error occurs. |