
Data Fields | |
| PyObject_HEAD | |
| emv_app_t | app |
| int | cur |
| int | dirty |
| struct cp_emv * | owner |
Definition at line 20 of file py_emv.c.
Definition at line 22 of file py_emv.c.
Referenced by app_list(), cp_select_aid_next(), cp_select_pse(), dirty_applist(), and set_current().
| int cp_app::cur |
Definition at line 23 of file py_emv.c.
Referenced by app_list(), and set_current().
| int cp_app::dirty |
Definition at line 24 of file py_emv.c.
Referenced by app_list(), dirty_applist(), and set_current().
| struct cp_emv* cp_app::owner |
Definition at line 25 of file py_emv.c.
Referenced by app_list(), and set_current().
1.6.3