recv_flash Function

calc_int.h

int (*recv_flash) (const char *filename, int mode, @TiVarEntry@ *ve);

Parameters

filename
the name of the file where the FLASH application will be stored
mode
no flags with this function
Returns
0 if successful, an error code otherwise.


Summary

Request an FLASH application from the calculator.

Description

This function allows to receive an FLASH application previously installed on the calculator. The calculator must have FLASH support.

See also

TicalcFunctions


Return to the API index