| Package | Description | 
|---|---|
| com.zebra.sdk.device | 
 Provides implementation for device operations 
 | 
| com.zebra.sdk.printer | 
 Provides implementation for Zebra branded printer functionality. 
 | 
| com.zebra.sdk.settings | 
 Provides implementation for applying and retrieving settings from a device. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Setting | 
Profile.getSetting(String settingId)
Retrieves the profile's  
Setting for a setting id. | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Setting> | 
Profile.getAllSettings()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Profile.setSetting(String settingId,
          Setting setting)
Change the setting in the profile. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Profile.setAllSettings(Map<String,Setting> settings)
Change settings in the profile. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Map<String,Setting> | 
PrinterUtil.getSettingsFromPrinter(String connectionString)
Retrieve all settings and their attributes from the specified printer. 
See ConnectionBuilder for the format of connectionString. | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Setting> | 
SettingsProvider.getAllSettings()
Retrieve all settings and their attributes. 
 | 
				© 2015 ZIH Corp. All Rights Reserved.