Tcp
|
The TcpPortStatus type exposes the following members.
| 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}. |