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

Parameters

settingValuePairs  DictionaryString, String
The settings to change.

Return Value

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