Click or drag to resize

LaminatorUtilZmotifGetLaminatorOdometerValues Method

Returns the odometer names and values.

Namespace:  Zebra.Sdk.Card.Zmotif.Device
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
Dictionary<string, string> GetLaminatorOdometerValues()

Return Value

Type: DictionaryString, String
A Dictionary object containing the odometer names and their values.
Exceptions
ExceptionCondition
ConnectionExceptionIf the device is busy or there is an error communicating with the printer.
SettingsExceptionIf an error occurs retrieving the odometer values.
ZebraCardExceptionIf the printer does not have a laminator or a printer error occurs.
Remarks
  • Key = Odometer name
  • Value = Odometer value>
See Also