flux sdk  v01.05.00-3-gedf3296
Embedded C++ SDK
Loading...
Searching...
No Matches
flxKVPStorePage Member List

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)flxKVPStorePageinline
flxKVPStorePage()flxKVPStorePage
initialize(flxKVPStoreDevice *theDevice, uint32_t sectorNumber)flxKVPStorePage
initPage(bool bErase=false)flxKVPStorePage
keyExists(uint8_t iNS, const char *szKey)flxKVPStorePage
kNEntriesPerPageflxKVPStorePagestatic
kNoSectorflxKVPStorePagestatic
kPageFullflxKVPStorePagestatic
kPageInitializedflxKVPStorePagestatic
kSectorSizeflxKVPStorePagestatic
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)flxKVPStorePageinline
readValue(uint8_t iNS, const char *szKey, char *value, size_t len)flxKVPStorePageinline
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)flxKVPStorePageinline
setValue(uint8_t iNS, const char *szKey, char *value)flxKVPStorePageinline
setValue(uint8_t iNS, const char *szKey, T &value)flxKVPStorePageinline
setValueString(uint8_t iNS, const char *szKey, const char *value, size_t valueSize)flxKVPStorePage
status()flxKVPStorePageinline
updateEntry(uint32_t index, const flxKVPStoreEntry &theEntry)flxKVPStorePage
writeEntry(const flxKVPStoreEntry &theEntry)flxKVPStorePage