UsbDiscovererGetZebraDriverPrinters Method
|
Enumerate locally installed Zebra Designer Drivers.
Namespace: Zebra.Sdk.Printer.DiscoveryAssembly: SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 3.0.3271
Syntax public static List<DiscoveredPrinterDriver> GetZebraDriverPrinters()
Public Shared Function GetZebraDriverPrinters As List(Of DiscoveredPrinterDriver)
public:
static List<DiscoveredPrinterDriver^>^ GetZebraDriverPrinters()
Return Value
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