PrinterUtilGetOdometerStatus Method
|
Retrieves status of the printer odometer which includes the total print length, head clean counter, label dot
length, head new, latch open counter, and both user resettable counters.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public static List<string> GetOdometerStatus(
string connectionString
)
Public Shared Function GetOdometerStatus (
connectionString As String
) As List(Of String)
public:
static List<String^>^ GetOdometerStatus(
String^ connectionString
)
Parameters
- connectionString String
- The connection string.
Return Value
ListStringThe odometer status.
Exceptions Remarks See Also