start Function

calc_int.h

void (*start) (void);

Parameters

None.



Summary

Callback called whenever a transfer is started.

Description

This function is called by the ticalc library whenever a transfer is started. Usually, you place a function which clear the prev_percentage and percentage fields of the structure.

See also

TicalcInfoUpdate


Return to the API index