Find Bluetooth(R) devices that are discoverable.
Namespace:
ZSDK_API.DiscoveryAssembly: ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0
Syntax
C# |
---|
public static DiscoveredPrinter[] FindPrinters() |
Visual Basic (Declaration) |
---|
Public Shared Function FindPrinters As DiscoveredPrinter() |
Return Value
A list of discovered devices.Remarks
Note: This method will return all devices found, not just Zebra printers.
Exceptions
Exception | Condition |
---|---|
ZSDK_API.ApiException..::.DiscoveryException | If there are issues during discovery. |
ZSDK_API.ApiException..::.ZebraGeneralException | If an I/O error occurs. |