|
libPocuter
1.0
Support library for programming the Pocuter
|
This is the complete list of members for PocuterConfig, including all inherited members.
| del(const uint8_t *section, const uint8_t *name) | PocuterConfig | |
| get(const uint8_t *section, const uint8_t *name, uint8_t *result, size_t maxLength, bool decrypt=false) | PocuterConfig | |
| get(const uint8_t *section, const uint8_t *name) | PocuterConfig | |
| getBinary(const uint8_t *section, const uint8_t *name, void *result, size_t maxLength, bool decrypt=false) | PocuterConfig | |
| PocuterConfig(const uint8_t *configName, uint64_t *appID=NULL) | PocuterConfig | |
| PocuterConfig(uint64_t appID) | PocuterConfig | |
| set(const uint8_t *section, const uint8_t *name, const uint8_t *value, bool encrypt=false) | PocuterConfig | |
| set(const uint8_t *section, const uint8_t *name, uint32_t value) | PocuterConfig | |
| setBinary(const uint8_t *section, const uint8_t *name, const void *value, size_t valueLength, bool encrypt=false) | PocuterConfig | |
| ~PocuterConfig() | PocuterConfig | virtual |