UsbDiscovererGetZebraUsbPrinters Method
|
Enumerate all currently connected Zebra USB printers.
Namespace: Zebra.Sdk.Printer.DiscoveryAssembly: SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 3.0.3271
Syntax public static List<DiscoveredUsbPrinter> GetZebraUsbPrinters()
Public Shared Function GetZebraUsbPrinters As List(Of DiscoveredUsbPrinter)
public:
static List<DiscoveredUsbPrinter^>^ GetZebraUsbPrinters()
Return Value
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