Click or drag to resize

SettingsProviderGetSettingsValues Method

Retrieves the device's setting values for a list of setting IDs.

Namespace: Zebra.Sdk.Settings
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
Dictionary<string, string> GetSettingsValues(
	List<string> listOfSettings
)

Parameters

listOfSettings  ListString
List of setting IDs.

Return Value

DictionaryString, String
The settings' values.
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the settings could not be retrieved.
See Also