Click or drag to resize

TcpPortStatus Class

Class for describing the status of ports open on a Zebra printer.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.PrinterTcpPortStatus

Namespace: Zebra.Sdk.Printer
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public class TcpPortStatus

The TcpPortStatus type exposes the following members.

Constructors
 NameDescription
Public methodTcpPortStatus Creates a container which describes the status of a specific port on a Zebra printer.
Top
Properties
 NameDescription
Public propertyPortName The name of the protocol associated with that port, for example, HTTP for 80, FTP for 21.
Public propertyPrinterPort The port number open on the printer.
Public propertyRemoteIpAddress The remote IP connected to the printer's port, will be 0.0.0.0 if not connected.
Public propertyRemotePort The port number of the remote connected to the printer, will be 0 if no connection.
Public propertyStatus The status of the printer's port, such as {@code LISTEN}, {@code ESTABLISHED}.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Public methodToString String description of the port status, prints as "PORT(NAME) REMOTE-IP:REMOTE-PORT STATUS"
(Overrides ObjectToString)
Top
See Also