PrinterUtilGetPrinterStatus Method
|
Retrieves status of the printer which includes any error messages currently set along with the number of labels
remaining in queue, number of labels remaining in batch, and whether or not a label is currently being processed.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax public static List<string> GetPrinterStatus(
string connectionString
)
Public Shared Function GetPrinterStatus (
connectionString As String
) As List(Of String)
public:
static List<String^>^ GetPrinterStatus(
String^ connectionString
)
Parameters
- connectionString
- Type: SystemString
The connection string.
Return Value
Type:
ListStringThe printer status.
Exceptions Remarks See Also