Struct AppConfig
Public Attributes
Type | Name |
---|---|
std::string | apiKey API klíč pro přístu na server. |
std::function< std::string(std::string url)> | getHTTPRequest Callback statické metody pro HTTP request. |
std::string | httpUrlBase Základní URL pro HTTP požadavky. |
std::function< int(void)> | updateHandler Callback pro aktualizaci displeje. |
Public Attributes Documentation
variable apiKey
std::string AppConfig::apiKey;
variable getHTTPRequest
std::function<std::string(std::string url)> AppConfig::getHTTPRequest;
variable httpUrlBase
std::string AppConfig::httpUrlBase;
variable updateHandler
std::function<int(void)> AppConfig::updateHandler;
The documentation for this class was generated from the following file sw/e-paper-board/src/apps/AppConfig.hpp