TcpPortStatus Constructor
|
Creates a container which describes the status of a specific port on a Zebra printer.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public TcpPortStatus(
string printerPort,
string portName,
string remoteIpAddress,
string remotePort,
string status
)
Public Sub New (
printerPort As String,
portName As String,
remoteIpAddress As String,
remotePort As String,
status As String
)
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