DiscoveredPrinter Constructor 
             | 
          
        
         
            Creates an object holding information about a discovered printer.
            
 
    Namespace: 
   Zebra.Sdk.Printer.Discovery
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntaxpublic DiscoveredPrinter(
	string address
)
Public Sub New ( 
	address As String
)
public:
DiscoveredPrinter(
	String^ address
)
Parameters
- address
 - Type: SystemString
MAC address, IP Address, or local name of printer. 
See Also