Click or drag to resize

SettingsRangesParseJsonForRanges Method

Parse the JSON response from the JSON get range command. Assumes that the only field requested in the JSON get command was the "range" field.

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

Parameters

jsonResponse
Type: SystemString
Response from a LinkOS 3.2 or greater printer.

Return Value

Type: DictionaryString, String
Map from setting names to range strings.
See Also