#include "Log.h"
#include "Crypto.h"
#include "Coding.h"
#include "Device.h"
#include "Net.h"
#include "KV.h"
#include "SQLite.h"
#include "Json.h"
#include "Zip.h"
#include "Lua.h"
#include "JS.h"
Go to the source code of this file.
◆ dynxx_get_version()
Read version.
- Returns
- version name
◆ dynxx_init()
| bool dynxx_init |
( |
const char * |
root | ) |
|
Initialize SDK.
- Warning
- Not accessible in JS/Lua!
- Parameters
-
| root | Root path to store SDK inner files |
- Returns
- Success or not
◆ dynxx_release()
| void dynxx_release |
( |
void |
| ) |
|
Release SDK.
- Warning
- Not accessible in JS/Lua!
◆ dynxx_root_path()
| const char * dynxx_root_path |
( |
| ) |
|
Read the root path.
- Returns
- the root path