NXP Reader Library  v17.1.0.2535

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

Collaboration diagram for ActivateCard:

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...
 

Detailed Description

Description of options for Activate Card command.

Macro Definition Documentation

◆ PHPAL_SLI15693_ACTIVATE_DEFAULT

#define PHPAL_SLI15693_ACTIVATE_DEFAULT   0x0000U

Default option.

Same as PHPAL_SLI15693_ACTIVATE_ADDRESSED.

◆ 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.

◆ PHPAL_SLI15693_ACTIVATE_SELECTED

#define PHPAL_SLI15693_ACTIVATE_SELECTED   0x0001U

Card will be in selected state (i.e.

SELECT command is send) after Activate Card command.