iso7816_env_t Struct Reference

ISO7816 device structure definition. More...

#include <app_iso7816.h>

Public Attributes

app_iso7816_evt_handler_t evt_handler
 
iso7816_handle_t handle
 
app_iso7816_mode_t use_mode
 
app_iso7816_pin_cfg_tp_pin_cfg
 
app_iso7816_state_t iso7816_state
 
bool start_flag
 

Detailed Description

ISO7816 device structure definition.

Definition at line 238 of file app_iso7816.h.

Member Data Documentation

◆ evt_handler

app_iso7816_evt_handler_t iso7816_env_t::evt_handler

ISO7816 event callback.

Definition at line 240 of file app_iso7816.h.

◆ handle

iso7816_handle_t iso7816_env_t::handle

ISO7816 handle Structure.

Definition at line 241 of file app_iso7816.h.

◆ iso7816_state

app_iso7816_state_t iso7816_env_t::iso7816_state

ISO7816 state configure structure.

Definition at line 244 of file app_iso7816.h.

◆ p_pin_cfg

app_iso7816_pin_cfg_t* iso7816_env_t::p_pin_cfg

ISO7816 pin configure structure.

Definition at line 243 of file app_iso7816.h.

◆ start_flag

bool iso7816_env_t::start_flag

ISO7816 start_flage.

Definition at line 245 of file app_iso7816.h.

◆ use_mode

app_iso7816_mode_t iso7816_env_t::use_mode

ISO7816 operating mode Enumerations.

Definition at line 242 of file app_iso7816.h.


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