summaryrefslogtreecommitdiffstats
path: root/src/phLibNfc.h
diff options
context:
space:
mode:
authorDaniel Tomas <dtomas.nxp@gmail.com>2011-06-28 17:57:52 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-06-28 17:57:52 -0700
commitf6ee24c71b104308e6ee5a71fad9041f3a7aedb5 (patch)
treeeff2176b01c2065a85a958f4477aebbd29d9fae0 /src/phLibNfc.h
parentb313c3d09c64c31439332e88e0aca676ae1858b5 (diff)
parent51c0ca53011b86464dcf14aeb33944a69861a8f4 (diff)
downloadexternal_libnfc-nxp-f6ee24c71b104308e6ee5a71fad9041f3a7aedb5.zip
external_libnfc-nxp-f6ee24c71b104308e6ee5a71fad9041f3a7aedb5.tar.gz
external_libnfc-nxp-f6ee24c71b104308e6ee5a71fad9041f3a7aedb5.tar.bz2
am 51c0ca53: am f1612434: am 967359c8: Patch to support the new PN544 firmware events
* commit '51c0ca53011b86464dcf14aeb33944a69861a8f4': Patch to support the new PN544 firmware events
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 fa24866..3ae0864 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;
/**