![]() |
flux sdk
v01.05.00-3-gedf3296
Embedded C++ SDK
|
This is the complete list of members for flxKVPStore, including all inherited members.
| commit(void) | flxKVPStore | inline |
| deleteValue(uint8_t iNS, const char *szKey) | flxKVPStore | |
| flxKVPStore() | flxKVPStore | inline |
| getNameSpace(const char *szNS) | flxKVPStore | |
| getNameSpaceIndex(const char *szNS, uint8_t &outNSIndex) | flxKVPStore | protected |
| 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 | |
| keyExists(uint8_t iNS, const char *szKey) | flxKVPStore | |
| kNullPage | flxKVPStore | static |
| 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 |