General backup support (backup and tig)

ticalcs_calc_send_tigroup

TIEXPORT3 int TICALL ticalcs_calc_send_tigroup(CalcHandle* handle, TigContent* content, TigMode mode)

Send a TiGroup file.

handle :
a previously allocated handle
filename :
name of file
mode :
which vars/apps to send
Return value :
0 if ready else ERR_NOT_READY.

ticalcs_calc_recv_tigroup

TIEXPORT3 int TICALL ticalcs_calc_recv_tigroup(CalcHandle* handle, TigContent* content, TigMode mode)

Receive a TiGroup file.

handle :
a previously allocated handle
filename :
name of file
mode :
which vars/apps to receive
Return value :
0 if ready else ERR_NOT_READY.

Return to the main index