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