Click or drag to resize

SettingsValues Class

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

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

The SettingsValues type exposes the following members.

Constructors
  NameDescription
Public methodSettingsValues
Initializes a new instance of the SettingsValues 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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValues
Get the values for a list of settings from a printer.
Public methodSetValues
Set each of the settings in settingValues on a printer.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also