The following list of variable names has been changed to follow a common coding standard across the smartcard library.
Changed From |
Changed To |
SC_CardATR | |
SC_ATRLen | |
SC_LastError | |
SC_TA1 | |
SC_TA2 | |
SC_TA3 | |
SC_TB1 | |
SC_TB2 | |
SC_TB3 | |
SC_TC1 | |
SC_TC2 | |
SC_TC3 | |
SC_TD1 | |
SC_TD2 | |
SC_TD3 | |
SC_ATR_HistBfr | |
SC_ATR_HistLen |
The following list of type definitions has been changed to make them more understandable.
Changed From |
Changed To |
SC_APDU_Cmd | |
SC_APDU_Resp |
The function name “SC_Transact” has been changed to “SC_TransactT0” to signify that this function handles only T=0 transactions with the smart card.
The function name “SC_TransactT1” has been added newly to signify that this function handles only T=1 transactions with the smart card. The application has to call “SC_TransactT0” or “SC_TransactT1” function depending upon the card inserted.