UsbDiscovererGetZebraDriverPrinters Method
|
Enumerate locally installed Zebra Designer Drivers.
Namespace:
Zebra.Sdk.Printer.Discovery
Assembly:
SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 2.15.2634
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