TcpPortStatus Class | 
          
Namespace: Zebra.Sdk.Printer
The TcpPortStatus type exposes the following members.
| Name | Description | |
|---|---|---|
| TcpPortStatus | 
            Creates a container which describes the status of a specific port on a Zebra printer.
              | 
| Name | Description | |
|---|---|---|
| PortName | 
            The name of the protocol associated with that port, for example, HTTP for 80, FTP for 21.
              | |
| PrinterPort | 
            The port number open on the printer.
              | |
| RemoteIpAddress | 
            The remote IP connected to the printer's port, will be 0.0.0.0 if not connected.
              | |
| RemotePort | 
            The port number of the remote connected to the printer, will be 0 if no connection.
              | |
| Status | 
            The status of the printer's port, such as {@code LISTEN}, {@code ESTABLISHED}.
              | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ToString | 
            String description of the port status, prints as "PORT(NAME) REMOTE-IP:REMOTE-PORT STATUS"
              (Overrides ObjectToString.) |