DiscoveredPrinter Class | 
          
Namespace: Zebra.Sdk.Printer.Discovery
The DiscoveredPrinter type exposes the following members.
| Name | Description | |
|---|---|---|
| DiscoveredPrinter | 
            Creates an object holding information about a discovered printer.
              | 
| Name | Description | |
|---|---|---|
| Address | 
            MAC address, IP Address, or local name of printer.
              | |
| DiscoveryDataMap | 
            Returna a Dictionary of all settings obtained via the chosen discovery method.
              | 
| Name | Description | |
|---|---|---|
| Equals | 
            Returns true if two discovered printer objects have the same address, otherwise it returns false.
              (Overrides ObjectEquals(Object).) | |
| GetConnection | 
            Creates a connection based on the information in the DiscoveredPrinter response.
              | |
| GetHashCode | 
            Returns a hash code for this DiscoveredPrinter.
              (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ToString | 
            For TCP, this returns the IP Address. For driver, this returns the local printer name.
              (Overrides ObjectToString.) |