Struct that describes meta for a new available image.
More...
#include <ota.hpp>
Struct that describes meta for a new available image.
- Parameters
-
| uiid | Unique Image Identifier. |
| unid | Unique Node Identifier. |
| apply_after | timestamp to firmware upgrade after. |
| version | version of firmware. |
| filename | filename of firmware file. |
◆ apply_after
| time_t uic_ota::meta_t::apply_after |
◆ filename
| std::string uic_ota::meta_t::filename |
◆ uiid
| std::string uic_ota::meta_t::uiid |
◆ unid
| std::string uic_ota::meta_t::unid |
◆ version
| std::string uic_ota::meta_t::version |
The documentation for this struct was generated from the following file: