DynXX-C
Loading...
Searching...
No Matches
Functions
DynXX.h File Reference
#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.

Functions

DYNXX_EXTERN_C_BEGIN const char * dynxx_get_version ()
 Read version.
 
bool dynxx_init (const char *root)
 Initialize SDK.
 
const char * dynxx_root_path ()
 Read the root path.
 
void dynxx_release (void)
 Release SDK.
 

Function Documentation

◆ dynxx_get_version()

DYNXX_EXTERN_C_BEGIN const char * 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
rootRoot 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