Find Bluetooth(R) devices that are discoverable.

Namespace:  ZSDK_API.Discovery
Assembly:  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

ExceptionCondition
ZSDK_API.ApiException..::.DiscoveryExceptionIf there are issues during discovery.
ZSDK_API.ApiException..::.ZebraGeneralExceptionIf an I/O error occurs.

See Also