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: 3.0.3271
Syntax
public static List<DiscoveredUsbPrinter> GetZebraUsbPrinters()

Return Value

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