Tcp
|
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 | (Inherited from Object) | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| ToString |
String description of the port status, prints as "PORT(NAME) REMOTE-IP:REMOTE-PORT STATUS"
(Overrides ObjectToString) |