NXP Reader Library  v17.1.0.2535

Description of actual error codes received from VICC. These codes are for reference purpose only. More...

Collaboration diagram for ErrorCodes_VICC:

Macros

#define PHPAL_SLI15693_FLAG_ERROR_NOT_SUPPORTED   0x01U
 The command is not supported, i.e. More...
 
#define PHPAL_SLI15693_FLAG_ERROR_FORMAT   0x02U
 The command is not recognized, for example: a format error occurred.
 
#define PHPAL_SLI15693_FLAG_ERROR_OPTION   0x03U
 The command option is not supported.
 
#define PHPAL_SLI15693_FLAG_ERROR_GENERIC   0x0FU
 Error with no information given or a specific error code is not supported.
 
#define PHPAL_SLI15693_FLAG_ERROR_BLOCK_NA   0x10U
 The specified block is not available (doesn't exist).
 
#define PHPAL_SLI15693_FLAG_ERROR_BLOCK_LOCKED1   0x11U
 The specified block is already locked and thus cannot be locked again.
 
#define PHPAL_SLI15693_FLAG_ERROR_BLOCK_LOCKED2   0x12U
 The specified block is locked and its content cannot be changed.
 
#define PHPAL_SLI15693_FLAG_ERROR_BLOCK_WRITE1   0x13U
 The specified block was not successfully programmed.
 
#define PHPAL_SLI15693_FLAG_ERROR_BLOCK_WRITE2   0x14U
 The specified block was not successfully locked.
 

Detailed Description

Description of actual error codes received from VICC. These codes are for reference purpose only.

Note
  • All the interfaces will return codes mentioned in Library Mapped ErrorCodes and not these codes.
  • Response Error codes according to ISO15693. Codes ranging from A0 - DF are custom command error codes.

Macro Definition Documentation

◆ PHPAL_SLI15693_FLAG_ERROR_NOT_SUPPORTED

#define PHPAL_SLI15693_FLAG_ERROR_NOT_SUPPORTED   0x01U

The command is not supported, i.e.

the request code is not recognized.