Click or drag to resize

UsbDiscovererGetZebraUsbPrinters Method

Enumerate all currently connected Zebra USB printers.

Namespace:  Zebra.Sdk.Printer.Discovery
Assembly:  SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1989
Syntax
public static List<DiscoveredUsbPrinter> GetZebraUsbPrinters()

Return Value

Type: ListDiscoveredUsbPrinter
List of locally connected Zebra USB printers.
Exceptions
ExceptionCondition
ConnectionExceptionIf the system is not running the Windows operating system or an error occurs during discovery.
See Also