Click or drag to resize

DiscoveredCardPrinterNetwork Class

Instance of DiscoveredPrinter that is returned when performing a network discovery for card printers.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.Printer.DiscoveryDiscoveredPrinter
    Zebra.Sdk.Card.Printer.DiscoveryDiscoveredCardPrinterNetwork

Namespace:  Zebra.Sdk.Card.Printer.Discovery
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
public class DiscoveredCardPrinterNetwork : DiscoveredPrinter

The DiscoveredCardPrinterNetwork type exposes the following members.

Constructors
  NameDescription
Public methodDiscoveredCardPrinterNetwork(DictionaryString, String)
Returns an instance of a DiscoveredCardPrinterNetwork built using the provided attributes.
Public methodDiscoveredCardPrinterNetwork(String, Int32)
Returns an instance of a DiscoveredCardPrinterNetwork with address and port.
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.)
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
For TCP, this returns the IP Address. For driver, this returns the local printer name.
(Inherited from DiscoveredPrinter.)
Top
See Also