Version API¶
-
const char*
aos_get_product_model(void)¶ Get aos product model.
- Return
- model success, 0 failure.
-
const char*
aos_get_os_version(void)¶ Get aos os version.
- Return
- os version success, 0 failure.
-
const char*
aos_get_kernel_version(void)¶ Get aos kernel version.
- Return
- kernel version success, 0 failure.
-
const char*
aos_get_app_version(void)¶ Get aos app version.
- Return
- app version success, 0 failure.
-
const char*
aos_get_device_name(void)¶ Get aos device name.
- Return
- device name success, 0 failure.
-
void
dump_sys_info(void)¶ dump sys info.