![]() |
flux sdk
v01.05.00-3-gedf3296
Embedded C++ SDK
|
This is the complete list of members for flxKVPStorePage, including all inherited members.
| deleteEntry(uint32_t index) | flxKVPStorePage | |
| deleteValue(uint8_t iNS, const char *szKey) | flxKVPStorePage | |
| dumpPage(void) | flxKVPStorePage | |
| findEntry(uint8_t iNS, const char *szKey, flxKVPStoreEntry &theEntry, uint32_t &entryIndex) | flxKVPStorePage | |
| findEntry(uint8_t iNS, const char *szKey, flxKVPStoreEntry &theEntry) | flxKVPStorePage | inline |
| flxKVPStorePage() | flxKVPStorePage | |
| initialize(flxKVPStoreDevice *theDevice, uint32_t sectorNumber) | flxKVPStorePage | |
| initPage(bool bErase=false) | flxKVPStorePage | |
| keyExists(uint8_t iNS, const char *szKey) | flxKVPStorePage | |
| kNEntriesPerPage | flxKVPStorePage | static |
| kNoSector | flxKVPStorePage | static |
| kPageFull | flxKVPStorePage | static |
| kPageInitialized | flxKVPStorePage | static |
| kSectorSize | flxKVPStorePage | static |
| loadPage(void) | flxKVPStorePage | |
| readEntry(uint32_t index, flxKVPStoreEntry &theEntry) | flxKVPStorePage | |
| readValue(uint8_t iNS, flxDataType_t dType, const char *szKey, void *value, size_t valueSize) | flxKVPStorePage | |
| readValue(uint8_t iNS, const char *szKey, T &value) | flxKVPStorePage | inline |
| readValue(uint8_t iNS, const char *szKey, char *value, size_t len) | flxKVPStorePage | inline |
| setValue(uint8_t iNS, flxDataType_t dType, const char *szKey, const void *value, size_t valueSize) | flxKVPStorePage | |
| setValue(uint8_t iNS, const char *szKey, const char *value) | flxKVPStorePage | inline |
| setValue(uint8_t iNS, const char *szKey, char *value) | flxKVPStorePage | inline |
| setValue(uint8_t iNS, const char *szKey, T &value) | flxKVPStorePage | inline |
| setValueString(uint8_t iNS, const char *szKey, const char *value, size_t valueSize) | flxKVPStorePage | |
| status() | flxKVPStorePage | inline |
| updateEntry(uint32_t index, const flxKVPStoreEntry &theEntry) | flxKVPStorePage | |
| writeEntry(const flxKVPStoreEntry &theEntry) | flxKVPStorePage |