Soletta™ Framework
|
Contains update info got via sol_update_check
call.
More...
#include <sol-update.h>
Data Fields | |
uint16_t | api_version |
bool | need_update |
If version of update is newer than current, so the update is necessary. More... | |
uint64_t | size |
Size of update file. More... | |
const char * | version |
Current version of update file. More... | |
Contains update info got via sol_update_check
call.
uint16_t sol_update_info::api_version |
bool sol_update_info::need_update |
If version of update is newer than current, so the update is necessary.
uint64_t sol_update_info::size |
Size of update file.
Useful to warn user about big downloads.
const char* sol_update_info::version |
Current version of update file.