SettingsHelperUtilZmotifGetCalibrationTableNames Method
|
Returns the stored calibration table names and data.
Namespace:
Zebra.Sdk.Card.Zmotif.Settings
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax Dictionary<CalibrationTable, string> GetCalibrationTableNames()
Function GetCalibrationTableNames As Dictionary(Of CalibrationTable, String)
Dictionary<CalibrationTable, String^>^ GetCalibrationTableNames()
Return Value
Type:
DictionaryCalibrationTable,
StringA
Dictionary containing the stored calibration table names and data.
Exceptions Exception | Condition |
---|
ConnectionException | If the device is busy or there is an error communicating with the printer. |
SettingsException | If an error occurs while processing the calibration table names. |
ZebraCardException | If the printer model is not supported or if an error occurs while retrieving the calibration table names. |
Remarks For ZMotif Series 7, 8, and 9 printers only.
See Also