Click or drag to resize

DiscoveredPrinter Class

Container holding information about a discovered printer.
Inheritance Hierarchy

Namespace:  Zebra.Sdk.Printer.Discovery
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public abstract class DiscoveredPrinter

The DiscoveredPrinter type exposes the following members.

Constructors
  NameDescription
Public methodDiscoveredPrinter
Creates an object holding information about a discovered printer.
Top
Properties
  NameDescription
Public propertyAddress
MAC address, IP Address, or local name of printer.
Public propertyDiscoveryDataMap
Returna a Dictionary of all settings obtained via the chosen discovery method.
Top
Methods
  NameDescription
Public methodEquals
Returns true if two discovered printer objects have the same address, otherwise it returns false.
(Overrides ObjectEquals(Object).)
Public methodGetConnection
Creates a connection based on the information in the DiscoveredPrinter response.
Public methodGetHashCode
Returns a hash code for this DiscoveredPrinter.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
For TCP, this returns the IP Address. For driver, this returns the local printer name.
(Overrides ObjectToString.)
Top
See Also