Uses of Class
com.zebra.sdk.settings.Setting
Packages that use Setting
Package
Description
Provides implementation for device operations
Provides implementation for Zebra branded printer functionality.
Provides implementation for applying and retrieving settings from a device.
-
Uses of Setting in com.zebra.sdk.device
Methods in com.zebra.sdk.device that return SettingModifier and TypeMethodDescriptionProfile.getSetting(String settingId) Retrieves the profile'sSettingfor a setting id.Methods in com.zebra.sdk.device that return types with arguments of type SettingMethods in com.zebra.sdk.device with parameters of type SettingModifier and TypeMethodDescriptionvoidProfile.setSetting(String settingId, Setting setting) Change the setting in the profile.Method parameters in com.zebra.sdk.device with type arguments of type SettingModifier and TypeMethodDescriptionvoidProfile.setAllSettings(Map<String, Setting> settings) Change settings in the profile. -
Uses of Setting in com.zebra.sdk.printer
Methods in com.zebra.sdk.printer that return types with arguments of type SettingModifier and TypeMethodDescriptionPrinterUtil.getSettingsFromPrinter(String connectionString) Retrieve all settings and their attributes from the specified printer.
See ConnectionBuilder for the format ofconnectionString. -
Uses of Setting in com.zebra.sdk.settings
Methods in com.zebra.sdk.settings that return types with arguments of type SettingModifier and TypeMethodDescriptionSettingsProvider.getAllSettings()Retrieve all settings and their attributes.