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

This is the complete list of members for flxKVPStorePrefs, including all inherited members.

begin(const char *name, bool readOnly=false)flxKVPStorePrefsinline
commit(void)flxKVPStoreinline
deleteValue(uint8_t iNS, const char *szKey)flxKVPStore
end()flxKVPStorePrefsinline
flxKVPStore()flxKVPStoreinline
flxKVPStorePrefs()flxKVPStorePrefsinline
getBool(const char *key, bool defaultValue=false)flxKVPStorePrefsinline
getBytes(const char *key, void *data, size_t len)flxKVPStorePrefsinline
getBytesLength(const char *key)flxKVPStorePrefsinline
getChar(const char *key, int8_t defaultValue=0)flxKVPStorePrefsinline
getDouble(const char *key, double defaultValue=0.0)flxKVPStorePrefsinline
getFloat(const char *key, float defaultValue=0.0)flxKVPStorePrefsinline
getInt(const char *key, int32_t defaultValue=0)flxKVPStorePrefsinline
getLong(const char *key, int32_t defaultValue=0)flxKVPStorePrefsinline
getNameSpace(const char *szNS)flxKVPStore
getNameSpaceIndex(const char *szNS, uint8_t &outNSIndex)flxKVPStoreprotected
getShort(const char *key, int16_t defaultValue=0)flxKVPStorePrefsinline
getString(const char *key, char *data, size_t len)flxKVPStorePrefsinline
getString(const char *key, const String &defaultValue="")flxKVPStorePrefsinline
getUChar(const char *key, uint8_t defaultValue=0)flxKVPStorePrefsinline
getUInt(const char *key, uint32_t defaultValue=0)flxKVPStorePrefsinline
getULong(const char *key, uint32_t defaultValue=0)flxKVPStorePrefsinline
getUShort(const char *key, uint16_t defaultValue=0)flxKVPStorePrefsinline
getValue(uint8_t iNS, const char *szKey, T &value)flxKVPStoreinline
getValue(uint8_t iNS, const char *szKey, char *value, size_t len)flxKVPStoreinline
getValue(uint8_t iNS, const char *szKey, void *value, size_t len)flxKVPStoreinline
initialize(void)flxKVPStore
isKey(const char *key)flxKVPStorePrefsinline
keyExists(uint8_t iNS, const char *szKey)flxKVPStore
kNoNameSpaceflxKVPStorePrefsstatic
kNullPageflxKVPStorestatic
putBool(const char *key, bool value)flxKVPStorePrefsinline
putBytes(const char *key, const void *value, size_t len)flxKVPStorePrefsinline
putChar(const char *key, int8_t value)flxKVPStorePrefsinline
putDouble(const char *key, double value)flxKVPStorePrefsinline
putFloat(const char *key, float value)flxKVPStorePrefsinline
putInt(const char *key, int32_t value)flxKVPStorePrefsinline
putLong(const char *key, int32_t value)flxKVPStorePrefsinline
putShort(const char *key, int16_t value)flxKVPStorePrefsinline
putString(const char *key, const char *value)flxKVPStorePrefsinline
putUChar(const char *key, uint8_t value)flxKVPStorePrefsinline
putUInt(const char *key, uint32_t value)flxKVPStorePrefsinline
putULong(const char *key, uint32_t value)flxKVPStorePrefsinline
putUShort(const char *key, uint16_t value)flxKVPStorePrefsinline
reset(void)flxKVPStore
setStorageDevice(flxKVPStoreDevice *device)flxKVPStoreinline
setStorageDevice(flxKVPStoreDevice &device)flxKVPStoreinline
setValue(uint8_t iNS, const char *szKey, const char *value)flxKVPStoreinline
setValue(uint8_t iNS, const char *szKey, char *value)flxKVPStoreinline
setValue(uint8_t iNS, const char *szKey, T &value)flxKVPStoreinline
setValue(uint8_t iNS, const char *szKey, const void *value, size_t valueSize)flxKVPStoreinline