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: 3.0.3271
Syntax
Dictionary<string, string> GetAllSettingValues()

Return Value

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