![]() |
TicalcOperations | Enum |
calc_def.h |
enum TicalcOperations |
Fields
OPS_NONE |
0 |
OPS_ISREADY |
ticalcfncts.isready |
OPS_SEND_KEY |
ticalcfncts.send_key |
OPS_RECV_KEY |
? |
OPS_REMOTE |
? |
OPS_SCREENDUMP |
ticalcfncts.screendump |
OPS_DIRLIST |
ticalcfncts.directorylist |
OPS_RECV_BACKUP |
ticalcfncts.recv_backup |
OPS_SEND_BACKUP |
ticalcfncts.send_backup |
OPS_RECV_VARS |
recv_var |
OPS_SEND_VARS |
send_var |
OPS_SEND_FLASH |
ticalcfncts.send_flash |
OPS_RECV_FLASH |
ticalcfncts.recv_flash |
OPS_IDLIST |
get_idlist |
OPS_ROMDUMP |
dump_rom |
OPS_ROMVERSION |
? |
OPS_CLOCK |
set_clock & get_clock |
Summary
Defines which operations the calculator support.
See also
TicalcFncts