Description of options for Activate Card command. More...

Macros | |
| #define | PHPAL_SLI15693_ACTIVATE_DEFAULT 0x0000U |
| Default option. More... | |
| #define | PHPAL_SLI15693_ACTIVATE_ADDRESSED 0x0000U |
| Card will be in addressed state (i.e. More... | |
| #define | PHPAL_SLI15693_ACTIVATE_SELECTED 0x0001U |
| Card will be in selected state (i.e. More... | |
Description of options for Activate Card command.
| #define PHPAL_SLI15693_ACTIVATE_DEFAULT 0x0000U |
Default option.
Same as PHPAL_SLI15693_ACTIVATE_ADDRESSED.
| #define PHPAL_SLI15693_ACTIVATE_ADDRESSED 0x0000U |
Card will be in addressed state (i.e.
SELECT command is not send) after Activate Card command. After activate card with this option, to bring VICC to SELECTED state, Select command can be used.
| #define PHPAL_SLI15693_ACTIVATE_SELECTED 0x0001U |
Card will be in selected state (i.e.
SELECT command is send) after Activate Card command.