Click or drag to resize

DeviceUtilGetSensorValues Method

Returns the printer's sensor values.

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

Return Value

Type: DictionaryString, String
A Dictionary containing the printer's various sensor names and values.
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf an error occurs while retrieving the sensor values.
ZebraCardExceptionIf the device is busy.
See Also