Nol.A SDK Library  24.11.4
For IoT System Software Development
Public Member Functions | Protected Member Functions | List of all members
ConfigBlob Class Reference
Inheritance diagram for ConfigBlob:
ConfigItem

Public Member Functions

 ConfigBlob (const char *name, Storage &, uint64_t addr, size_t, void(*onSet)(std::vector< uint8_t >)=nullptr)
 
const char * getName () override
 
bool handleCommand (const char *, Print &p) override
 
void print (Print &) override
 
bool isValid () override
 
void printHelp (Print &) override
 
std::vector< uint8_t > getValue ()
 
error_t setValue (std::vector< uint8_t > v)
 
error_t setValue (const uint8_t *v, size_t)
 

Protected Member Functions

virtual void onValueSet () override
 

The documentation for this class was generated from the following file: