PrinterUtil.GetPortStatus 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.13.898
Syntaxpublic 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: System.String
The connection string.
Return Value
Type:
List<TcpPortStatus>The port status.
Exceptions
Remarks
See Also