Click or drag to resize

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.1869
Syntax
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