TcpPortStatus Constructor 
             | 
          
        
         
            Creates a container which describes the status of a specific port on a Zebra printer.
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxpublic TcpPortStatus(
	string printerPort,
	string portName,
	string remoteIpAddress,
	string remotePort,
	string status
)
Public Sub New ( 
	printerPort As String,
	portName As String,
	remoteIpAddress As String,
	remotePort As String,
	status As String
)
public:
TcpPortStatus(
	String^ printerPort, 
	String^ portName, 
	String^ remoteIpAddress, 
	String^ remotePort, 
	String^ status
)
Parameters
- printerPort
 - Type: SystemString
The printer's port. - portName
 - Type: SystemString
The name of the protocol used by the port. - remoteIpAddress
 - Type: SystemString
Remote IP connected to the port. - remotePort
 - Type: SystemString
Remote port number. - status
 - Type: SystemString
Port status. 
See Also