Click or drag to resize

DiscoveredPrinterNetwork Class

Instance of DiscoveredPrinter that is returned when performing a network discovery.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.Printer.DiscoveryDiscoveredPrinter
    Zebra.Sdk.Printer.DiscoveryDiscoveredPrinterNetwork

Namespace: Zebra.Sdk.Printer.Discovery
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public class DiscoveredPrinterNetwork : DiscoveredPrinter

The DiscoveredPrinterNetwork type exposes the following members.

Constructors
 NameDescription
Public methodDiscoveredPrinterNetwork(DictionaryString, String) Returns an instance of a DiscoveredPrinterNetwork built using the provided attributes.
Public methodDiscoveredPrinterNetwork(String, Int32) Returns an instance of a DiscoveredPrinterNetwork 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.
(Overrides DiscoveredPrinterEquals(Object))
Public methodGetConnection Creates a connection based on the information in the DiscoveredPrinter response.
(Overrides DiscoveredPrinterGetConnection)
Public methodGetHashCode Returns a hash code for this DiscoveredPrinter.
(Overrides DiscoveredPrinterGetHashCode)
Public methodGetType
(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