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.15.2634
Syntax public static Dictionary<string, string> ParseJsonForRanges(
string jsonResponse
)
Public Shared Function ParseJsonForRanges (
jsonResponse As String
) As Dictionary(Of String, String)
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,
StringMap from setting names to range strings.
See Also