Public Member Functions | |
List< Config > | GetAllConfig () |
Config | GetConfig (int cfgNumber) |
boolean | SetConfig (Config cfg) |
List<Config> GetAllConfig | ( | ) |
Read all configurations, including factory configuration.
Implemented in Configs.
Config GetConfig | ( | int | cfgNumber | ) |
Read Configuration number. Return null if configuration not found. Valid values 0-8, where 0 is factory and 1-8 are user settable.
Implemented in Configs.