NAOqi Core - Overview | API
Namespace : AL
#include <alproxies/alstoreproxy.h>
As any module, this module inherits methods from ALModule API. It also has the following specific methods:
Update applications from the Store. This call will return immediately, but ALStore/Updated() will be raised once update completes.
Get a vector of all applications status.
Raised when current update completes, even though errors occurred.
Raised when a new system image was downloaded and can be flashed upon next reboot.
The ALValue PackageInfoStatus is an array of n-pair (key, value).
In order to exchange this object with other modules, the PackageInfoStatus object can be represented as an ALValue with the following structure:
key | value type | default value |
---|---|---|
“uuid” | string | “” |
“version” | string | “” |
“onlineVersion” | string | “” |
“status” | int | 0 |
“percent” | int | -1 (not implemented) |
“size” | int | 0 (in ko) |
Empty values will take default value.