![]() |
uFCoder 2.62
|
Functions | |
UFR_STATUS DL_API | APDU_switch_off_from_ISO7816_interface (void) |
APDU commands are not used. The smart card stays in active state. | |
UFR_STATUS DL_API | APDU_switch_to_ISO14443_4_interface (void) |
Function switches the use APDU to ISO14443-4 tags. The smart card stays in active state. Tag must already be in ISO 14443-4 mode. | |
UFR_STATUS DL_API | APDU_switch_to_ISO7816_interface (void) |
Function switches the use of APDU to ISO7816 interface. The smart card must be in the active state. | |
UFR_STATUS DL_API | close_ISO7816_interface_APDU_ISO14443_4 (void) |
Function deactivates the smart card. APDU commands are used by ISO 14443-4 tags. Tag must already be in ISO 14443-4 mode. | |
UFR_STATUS DL_API | Open_ISO7816_Generic (OUT uint8_t *atr_data, VAR uint8_t *atr_len) |
Function activates the smart card and returns an ATR (Answer To Reset) array of bytes from the smart card. | |
UFR_STATUS DL_API | open_ISO7816_interface (OUT uint8_t *atr_data, VAR uint8_t *atr_len) |
Function activates the smart card and returns an ATR (Answer To Reset) array of bytes from the smart card. | |
UFR_STATUS DL_API APDU_switch_off_from_ISO7816_interface | ( | void | ) |
APDU commands are not used. The smart card stays in active state.
UFR_STATUS DL_API APDU_switch_to_ISO14443_4_interface | ( | void | ) |
Function switches the use APDU to ISO14443-4 tags. The smart card stays in active state. Tag must already be in ISO 14443-4 mode.
UFR_STATUS DL_API APDU_switch_to_ISO7816_interface | ( | void | ) |
Function switches the use of APDU to ISO7816 interface. The smart card must be in the active state.
UFR_STATUS DL_API close_ISO7816_interface_APDU_ISO14443_4 | ( | void | ) |
Function deactivates the smart card. APDU commands are used by ISO 14443-4 tags. Tag must already be in ISO 14443-4 mode.
UFR_STATUS DL_API Open_ISO7816_Generic | ( | OUT uint8_t * | atr_data, |
VAR uint8_t * | atr_len ) |
Function activates the smart card and returns an ATR (Answer To Reset) array of bytes from the smart card.
atr_data | pointer to array containing ATR |
atr_len | pointer to ATR length variable |
UFR_STATUS DL_API open_ISO7816_interface | ( | OUT uint8_t * | atr_data, |
VAR uint8_t * | atr_len ) |
Function activates the smart card and returns an ATR (Answer To Reset) array of bytes from the smart card.
After the successfully executed function, the same APDU commands as for ISO14443-4 tags can be used, but not at the same time. Note. This function is used for NXP SAM AV2 activation, and unlocking if SAM is locked.
atr_data | pointer to array containing ATR |
atr_len | pointer to ATR length variable |