UsbDiscovererGetZebraDriverPrinters Method
|
Enumerate locally installed Zebra Designer Drivers.
Namespace:
Zebra.Sdk.Printer.Discovery
Assembly:
SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1869
Syntax public static List<DiscoveredPrinterDriver> GetZebraDriverPrinters()
Public Shared Function GetZebraDriverPrinters As List(Of DiscoveredPrinterDriver)
public:
static List<DiscoveredPrinterDriver^>^ GetZebraDriverPrinters()
Return Value
Type:
ListDiscoveredPrinterDriverList of ZebraDesigner drivers installed.
Exceptions Exception | Condition |
---|
ConnectionException | If the system is not running the Windows operating system or an error occurs during discovery. |
See Also