General backup support (backup and tig) |
TIEXPORT3 int TICALL ticalcs_calc_send_tigroup(CalcHandle* handle, TigContent* content, TigMode mode) |
handle : |
a previously allocated handle
|
filename : |
name of file
|
mode : |
which vars/apps to send
|
Return value : |
0 if ready else ERR_NOT_READY.
|
TIEXPORT3 int TICALL ticalcs_calc_recv_tigroup(CalcHandle* handle, TigContent* content, TigMode mode) |
handle : |
a previously allocated handle
|
filename : |
name of file
|
mode : |
which vars/apps to receive
|
Return value : |
0 if ready else ERR_NOT_READY.
|