![]() |
flux sdk
v01.05.00-3-gedf3296
Embedded C++ SDK
|
This is the complete list of members for flxKVPStorePrefs, including all inherited members.
| begin(const char *name, bool readOnly=false) | flxKVPStorePrefs | inline |
| commit(void) | flxKVPStore | inline |
| deleteValue(uint8_t iNS, const char *szKey) | flxKVPStore | |
| end() | flxKVPStorePrefs | inline |
| flxKVPStore() | flxKVPStore | inline |
| flxKVPStorePrefs() | flxKVPStorePrefs | inline |
| getBool(const char *key, bool defaultValue=false) | flxKVPStorePrefs | inline |
| getBytes(const char *key, void *data, size_t len) | flxKVPStorePrefs | inline |
| getBytesLength(const char *key) | flxKVPStorePrefs | inline |
| getChar(const char *key, int8_t defaultValue=0) | flxKVPStorePrefs | inline |
| getDouble(const char *key, double defaultValue=0.0) | flxKVPStorePrefs | inline |
| getFloat(const char *key, float defaultValue=0.0) | flxKVPStorePrefs | inline |
| getInt(const char *key, int32_t defaultValue=0) | flxKVPStorePrefs | inline |
| getLong(const char *key, int32_t defaultValue=0) | flxKVPStorePrefs | inline |
| getNameSpace(const char *szNS) | flxKVPStore | |
| getNameSpaceIndex(const char *szNS, uint8_t &outNSIndex) | flxKVPStore | protected |
| getShort(const char *key, int16_t defaultValue=0) | flxKVPStorePrefs | inline |
| getString(const char *key, char *data, size_t len) | flxKVPStorePrefs | inline |
| getString(const char *key, const String &defaultValue="") | flxKVPStorePrefs | inline |
| getUChar(const char *key, uint8_t defaultValue=0) | flxKVPStorePrefs | inline |
| getUInt(const char *key, uint32_t defaultValue=0) | flxKVPStorePrefs | inline |
| getULong(const char *key, uint32_t defaultValue=0) | flxKVPStorePrefs | inline |
| getUShort(const char *key, uint16_t defaultValue=0) | flxKVPStorePrefs | inline |
| getValue(uint8_t iNS, const char *szKey, T &value) | flxKVPStore | inline |
| getValue(uint8_t iNS, const char *szKey, char *value, size_t len) | flxKVPStore | inline |
| getValue(uint8_t iNS, const char *szKey, void *value, size_t len) | flxKVPStore | inline |
| initialize(void) | flxKVPStore | |
| isKey(const char *key) | flxKVPStorePrefs | inline |
| keyExists(uint8_t iNS, const char *szKey) | flxKVPStore | |
| kNoNameSpace | flxKVPStorePrefs | static |
| kNullPage | flxKVPStore | static |
| putBool(const char *key, bool value) | flxKVPStorePrefs | inline |
| putBytes(const char *key, const void *value, size_t len) | flxKVPStorePrefs | inline |
| putChar(const char *key, int8_t value) | flxKVPStorePrefs | inline |
| putDouble(const char *key, double value) | flxKVPStorePrefs | inline |
| putFloat(const char *key, float value) | flxKVPStorePrefs | inline |
| putInt(const char *key, int32_t value) | flxKVPStorePrefs | inline |
| putLong(const char *key, int32_t value) | flxKVPStorePrefs | inline |
| putShort(const char *key, int16_t value) | flxKVPStorePrefs | inline |
| putString(const char *key, const char *value) | flxKVPStorePrefs | inline |
| putUChar(const char *key, uint8_t value) | flxKVPStorePrefs | inline |
| putUInt(const char *key, uint32_t value) | flxKVPStorePrefs | inline |
| putULong(const char *key, uint32_t value) | flxKVPStorePrefs | inline |
| putUShort(const char *key, uint16_t value) | flxKVPStorePrefs | inline |
| reset(void) | flxKVPStore | |
| setStorageDevice(flxKVPStoreDevice *device) | flxKVPStore | inline |
| setStorageDevice(flxKVPStoreDevice &device) | flxKVPStore | inline |
| setValue(uint8_t iNS, const char *szKey, const char *value) | flxKVPStore | inline |
| setValue(uint8_t iNS, const char *szKey, char *value) | flxKVPStore | inline |
| setValue(uint8_t iNS, const char *szKey, T &value) | flxKVPStore | inline |
| setValue(uint8_t iNS, const char *szKey, const void *value, size_t valueSize) | flxKVPStore | inline |