comparison uicc/efstruct.h @ 87:0e46bbb801e0

fc-uicc-tool: internal code in preparation for porting extended readef, savebin, restore-file and erase-file commands from fc-simtool
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 11 Apr 2021 03:52:48 +0000
parents
children
comparison
equal deleted inserted replaced
86:de23872796cb 87:0e46bbb801e0
1 /*
2 * This header file defines a simple internal struct that represents
3 * EF structure decoded from the messy TLV-based SELECT response.
4 */
5
6 struct ef_struct {
7 unsigned structure;
8 unsigned total_size;
9 unsigned record_len;
10 unsigned record_count;
11 };