| Tizen Native API
    4.0
    | 
Smartcard
  The SMARTCARD API provides application communication to SE applet method.
Required Header
#include <smartcard.h>
Overview
The SMARTCARD API provides function to communication to SE.
- set up se service
 
- create reader from service
 
- open session from reader
 
- open channel from session
 
- transmit apdu data to channel and get response
 
SE Service
The SMARTCARD API provides functions to service framework
- get specification version. 
 
- get readers 
 
Reader
The Reader api provides functions to about reader
- get reader name
 
- open / close session
 
Session
The Session api provide functions to about session 
- open basic/logical channel
 
- close channels
- get atr (answer to reset)
Channel
The Channel api provide functions to about channel.
- close channel
 
- transmit apdu