Click or drag to resize

SettingsProviderGetAllSettingValues Method

Retrieves all of the device's setting values.

Namespace:  Zebra.Sdk.Settings
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
Dictionary<string, string> GetAllSettingValues()

Return Value

Type: DictionaryString, String
Values of all the settings provided by the device.
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the settings could not be loaded
See Also