public class SIDDeviceSettings extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
getAllowExternalConnections() |
int |
getDeviceIndex() |
boolean |
getDigiBoostEnabled() |
static SIDDeviceSettings |
getInstance()
getInstance gets the instance of SIDDeviceSettings
|
void |
load() |
void |
save() |
void |
saveAllowExternalConnections(boolean allowExternalConnections) |
void |
saveDeviceIndex(Integer deviceIndex) |
void |
saveDigiBoost(boolean digiBoost) |
public static SIDDeviceSettings getInstance()
public int getDeviceIndex()
public boolean getDigiBoostEnabled()
public boolean getAllowExternalConnections()
public void saveDeviceIndex(Integer deviceIndex)
deviceIndex
- the device index to be savedpublic void saveDigiBoost(boolean digiBoost)
digiBoost
- specifies if digiBoost should be enabled for 8580 modelpublic void saveAllowExternalConnections(boolean allowExternalConnections)
allowExternalConnections
- specifies if external connection are allowedpublic void load()
public void save()
Copyright © 2018 Ken Händel. All rights reserved.