summaryrefslogtreecommitdiffstats
path: root/src/phLibNfc.h
diff options
context:
space:
mode:
authorDaniel Tomas <dtomas.nxp@gmail.com>2011-06-21 17:24:09 +0200
committermike wakerly <mikey@google.com>2011-06-28 10:47:23 -0700
commit967359c892ff74962b4f4243d989f447ffe4ae11 (patch)
tree548bdc1245227f4b64e4e698552d8f66255d2363 /src/phLibNfc.h
parent99141cdd942973bc0cb8ef208ef717b14eb73b8e (diff)
downloadexternal_libnfc-nxp-967359c892ff74962b4f4243d989f447ffe4ae11.zip
external_libnfc-nxp-967359c892ff74962b4f4243d989f447ffe4ae11.tar.gz
external_libnfc-nxp-967359c892ff74962b4f4243d989f447ffe4ae11.tar.bz2
Patch to support the new PN544 firmware events
Change-Id: I6e5a976721fb52f2da30081276bb2ac15d27d186
Diffstat (limited to 'src/phLibNfc.h')
-rw-r--r--src/phLibNfc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/phLibNfc.h b/src/phLibNfc.h
index 216196f..790d619 100644
--- a/src/phLibNfc.h
+++ b/src/phLibNfc.h
@@ -173,6 +173,12 @@ typedef enum
ETSI TS 102 622 V7.4.0 */
phLibNfc_eSE_EvtFieldOn, // consider using phLibNfc_eSE_EvtConnectivity
phLibNfc_eSE_EvtFieldOff,
+
+ phLibNfc_eSE_EvtApduReceived, /* PAYPASS MagStripe or MCHIP_4 transaction */
+
+ phLibNfc_eSE_EvtCardRemoval, /* Indicates the beginning of an EMV Card Removal sequence */
+
+ phLibNfc_eSE_EvtMifareAccess /* Indicates when the SMX Emulation MIFARE is accessed */
} phLibNfc_eSE_EvtType_t;
/**