UsbDiscovererGetZebraUsbPrinters Method
|
Enumerate all currently connected Zebra USB printers.
Namespace:
Zebra.Sdk.Printer.Discovery
Assembly:
SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 2.15.2634
Syntax public static List<DiscoveredUsbPrinter> GetZebraUsbPrinters()
Public Shared Function GetZebraUsbPrinters As List(Of DiscoveredUsbPrinter)
public:
static List<DiscoveredUsbPrinter^>^ GetZebraUsbPrinters()
Return Value
Type:
ListDiscoveredUsbPrinterList of locally connected Zebra USB printers.
Exceptions Exception | Condition |
---|
ConnectionException | If the system is not running the Windows operating system or an error occurs during discovery. |
See Also