SettingsRangesGetRanges Method
|
Use the LinkOS 3.2 JSON syntax to get the ranges for a list of SDGs, without the need to use an allconfig.
Namespace: Zebra.Sdk.SettingsAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public static Dictionary<string, string> GetRanges(
List<string> settings,
Connection printerConnection,
PrinterLanguage printerLanguage,
LinkOsInformation version
)
Public Shared Function GetRanges (
settings As List(Of String),
printerConnection As Connection,
printerLanguage As PrinterLanguage,
version As LinkOsInformation
) As Dictionary(Of String, String)
public:
static Dictionary<String^, String^>^ GetRanges(
List<String^>^ settings,
Connection^ printerConnection,
PrinterLanguage^ printerLanguage,
LinkOsInformation^ version
)
Parameters
- settings ListString
- A list of SGD names.
- printerConnection Connection
- A connection to a LinkOS printer.
- printerLanguage PrinterLanguage
- the current printer control language
- version LinkOsInformation
- LinkOS version
Return Value
DictionaryString,
StringA map from setting name to a string representing the range.
Exceptions See Also