Click or drag to resize

SettingsRanges Class

Methods to use the LinkOS 3.2 JSON syntax to get the ranges for a list of SDGs, without the need to use an allconfig.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.SettingsSettingsRanges

Namespace:  Zebra.Sdk.Settings
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public class SettingsRanges

The SettingsRanges type exposes the following members.

Constructors
  NameDescription
Public methodSettingsRanges
Initializes a new instance of the SettingsRanges class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetRanges
Use the LinkOS 3.2 JSON syntax to get the ranges for a list of SDGs, without the need to use an allconfig.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberParseJsonForRanges
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also