Click or drag to resize

ProfileProcessSettingsViaMap Method

Change or retrieve settings in the profile.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public Dictionary<string, string> ProcessSettingsViaMap(
	Dictionary<string, string> settingValuePairs
)

Parameters

settingValuePairs
Type: System.Collections.GenericDictionaryString, String
The settings to change.

Return Value

Type: DictionaryString, String
DictionaryTKey, TValue results of the setting commands

Implements

SettingsProviderProcessSettingsViaMap(DictionaryString, String)
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the setting is malformed, or if the setting could not be set.
See Also