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: 3.0.3271
Syntax
public TcpPortStatus(
	string printerPort,
	string portName,
	string remoteIpAddress,
	string remotePort,
	string status
)

Parameters

printerPort  String
The printer's port.
portName  String
The name of the protocol used by the port.
remoteIpAddress  String
Remote IP connected to the port.
remotePort  String
Remote port number.
status  String
Port status.
See Also