NXP Reader Library  v17.1.0.2535

Flags when Inventory is NOT SET. These are part for bits 5 - 8 ( i.e. 4 - 7) according to ISO15693 specification. More...

Collaboration diagram for Inventory_NotSet:

Macros

#define PHPAL_SLI15693_FLAG_SELECTED   0x10U
 Select_flag. More...
 
#define PHPAL_SLI15693_FLAG_ADDRESSED   0x20U
 Address_flag. More...
 
#define PHPAL_SLI15693_FLAG_NON_ADDRESSED   0x00U
 Address_flag. More...
 

Detailed Description

Flags when Inventory is NOT SET. These are part for bits 5 - 8 ( i.e. 4 - 7) according to ISO15693 specification.

Macro Definition Documentation

◆ PHPAL_SLI15693_FLAG_SELECTED

#define PHPAL_SLI15693_FLAG_SELECTED   0x10U

Select_flag.

If set, only VICC in selected state shall respond. The Address Flag shall be set to 0 and the UID field will not be included in the request. If not set Request shall be executed by any VICC according to the setting of Address Flag.

◆ PHPAL_SLI15693_FLAG_ADDRESSED

#define PHPAL_SLI15693_FLAG_ADDRESSED   0x20U

Address_flag.

If set request, is addressed. UID field is included in request. It shall be executed only by the VICC whose UID matches the UID specified in the request. If not set request is not addressed. UID field is not included in request. It shall be executed by any VICC.

◆ PHPAL_SLI15693_FLAG_NON_ADDRESSED

#define PHPAL_SLI15693_FLAG_NON_ADDRESSED   0x00U

Address_flag.

If not set request, is addressed. UID field is not included in request. It shall be executed on any VICC.