ISO7816 event structure definition. More...
#include <app_iso7816.h>
Public Attributes | |
app_iso7816_evt_type_t | type |
union { | |
uint32_t error_code | |
uint16_t size | |
} | data |
ISO7816 event structure definition.
Definition at line 193 of file app_iso7816.h.
union { ... } app_iso7816_evt_t::data |
ISO7816 union data.
uint32_t app_iso7816_evt_t::error_code |
ISO7816 Error code.
Definition at line 198 of file app_iso7816.h.
uint16_t app_iso7816_evt_t::size |
ISO7816 transmitted/received counter.
Definition at line 199 of file app_iso7816.h.
app_iso7816_evt_type_t app_iso7816_evt_t::type |
Type of event.
Definition at line 195 of file app_iso7816.h.