Click or drag to resize

DiscoveredPrinterDriver Class

Instance of DiscoveredPrinter that is returned when performing a Driver Discovery.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.Printer.DiscoveryDiscoveredPrinter
    Zebra.Sdk.Printer.DiscoveryDiscoveredPrinterDriver

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

The DiscoveredPrinterDriver type exposes the following members.

Constructors
  NameDescription
Public methodDiscoveredPrinterDriver
Returns an instance of a DiscoveredPrinter with printerName, driverName, and portNames.
Top
Properties
  NameDescription
Public propertyAddress
MAC address, IP Address, or local name of printer.
(Inherited from DiscoveredPrinter.)
Public propertyDiscoveryDataMap
Returna a Dictionary of all settings obtained via the chosen discovery method.
(Inherited from DiscoveredPrinter.)
Public propertyPrinterName
Local printer name associated with the driver.
Top
Methods
  NameDescription
Public methodEquals
Returns true if two discovered printer objects have the same address, otherwise it returns false.
(Inherited from DiscoveredPrinter.)
Public methodGetConnection
Creates a connection based on the information in the DiscoveredPrinter response.
(Overrides DiscoveredPrinterGetConnection.)
Public methodGetHashCode
Returns a hash code for this DiscoveredPrinter.
(Inherited from DiscoveredPrinter.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the name of the printer.
(Overrides DiscoveredPrinterToString.)
Top
See Also