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
Assembly:  SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1869
Syntax
public class UrlPrinterDiscoverer

The UrlPrinterDiscoverer type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberCode exampleFindPrinters
This method will search using a combination of discovery methods to find the printer described by the specified URL. (Windows 10 only)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also