Soletta™ Framework
Framework for making IoT devices

Full online documentation | C API Index
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sol_update_info Struct Reference

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...
 

Detailed Description

Contains update info got via sol_update_check call.

See Also
sol_update_check

Field Documentation

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.


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