DiscoveredPrinterNetwork Constructor (String, Int32)
             | 
          
        
         
            Returns an instance of a DiscoveredPrinterNetwork with address and port.
            
 
    Namespace: 
   Zebra.Sdk.Printer.Discovery
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntaxpublic DiscoveredPrinterNetwork(
	string address,
	int port
)
Public Sub New ( 
	address As String,
	port As Integer
)
public:
DiscoveredPrinterNetwork(
	String^ address, 
	int port
)
Parameters
- address
 - Type: SystemString
The address of the discovered network printer - port
 - Type: SystemInt32
The active raw port of the discovered network printer 
See Also