PrinterUtilGetPortStatus Method
|
Retrieves a list of currently open tcp ports on the printer.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax public static List<TcpPortStatus> GetPortStatus(
string connectionString
)
Public Shared Function GetPortStatus (
connectionString As String
) As List(Of TcpPortStatus)
public:
static List<TcpPortStatus^>^ GetPortStatus(
String^ connectionString
)
Parameters
- connectionString
- Type: SystemString
The connection string.
Return Value
Type:
ListTcpPortStatusThe port status.
Exceptions Remarks See Also