Click or drag to resize

UrlPrinterDiscoverer Class

A class used to discover a printer described by a URL. (Windows 10 only)
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.Printer.DiscoveryUrlPrinterDiscoverer

Namespace: Zebra.Sdk.Printer.Discovery
Assemblies:  ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 3.0.3271
  SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 3.0.3271
Syntax
public class UrlPrinterDiscoverer

The UrlPrinterDiscoverer type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Public methodStatic memberCode exampleFindPrinters(String, DiscoveryHandler) This method will search using a combination of discovery methods to find the printer described by the specified URL. (Windows 10 only)
Public methodStatic memberFindPrinters(String, DiscoveryHandler, Context) This method will search using a combination of discovery methods to find the printer described by the specified URL. (Windows 10 only)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
See Also