app_iso7816_evt_t Struct Reference

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
 

Detailed Description

ISO7816 event structure definition.

Definition at line 193 of file app_iso7816.h.

Member Data Documentation

◆ data

union { ... } app_iso7816_evt_t::data

ISO7816 union data.

◆ error_code

uint32_t app_iso7816_evt_t::error_code

ISO7816 Error code.

Definition at line 198 of file app_iso7816.h.

◆ size

uint16_t app_iso7816_evt_t::size

ISO7816 transmitted/received counter.

Definition at line 199 of file app_iso7816.h.

◆ type

app_iso7816_evt_type_t app_iso7816_evt_t::type

Type of event.

Definition at line 195 of file app_iso7816.h.


The documentation for this struct was generated from the following file: