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
Syntaxpublic 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