公開方法(Public Methods) | |
| List< Config > | GetAllConfig () |
| Config | GetConfig (int cfgNumber) |
| boolean | SetConfig (Config cfg) |
| List<Config> GetAllConfig | ( | ) |
Read all configurations, including factory configuration.
實作於 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.
實作於 Configs.