summaryrefslogtreecommitdiffstats
path: root/src/phLibNfc.h
diff options
context:
space:
mode:
authordaniel_tomas <daniel.tomas@nxp.com>2011-01-06 18:47:23 -0800
committerNick Pelly <npelly@google.com>2011-01-12 16:27:28 -0800
commit434eb43979d170509b9b28c0598e5f44e31aa348 (patch)
tree511a191d4e583c5f4cc5c237034794c06745391a /src/phLibNfc.h
parent78f4485d27a7630534b2b28f24ab9d0190a2e642 (diff)
downloadexternal_libnfc-nxp-434eb43979d170509b9b28c0598e5f44e31aa348.zip
external_libnfc-nxp-434eb43979d170509b9b28c0598e5f44e31aa348.tar.gz
external_libnfc-nxp-434eb43979d170509b9b28c0598e5f44e31aa348.tar.bz2
Event field ON/OFF management added in the libnfc
Change-Id: Ieafb6ab9094d9dc4b7edfb1e3676fd9794d8af28
Diffstat (limited to 'src/phLibNfc.h')
-rw-r--r--src/phLibNfc.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/phLibNfc.h b/src/phLibNfc.h
index 0ef7522..c09815a 100644
--- a/src/phLibNfc.h
+++ b/src/phLibNfc.h
@@ -168,9 +168,11 @@ typedef enum
element*/
phLibNfc_eSE_EvtTypeTransaction=0x02, /**<Indicates external reader trying to access secure element */
- phLibNfc_eSE_EvtConnectivity /**<This event notifies the terminal host that it shall
+ phLibNfc_eSE_EvtConnectivity, /**<This event notifies the terminal host that it shall
send a connectivity event from UICC as defined in
- ETSI TS 102 622 V7.4.0 */
+ ETSI TS 102 622 V7.4.0 */
+ phLibNfc_eSE_EvtFieldOn, // consider using phLibNfc_eSE_EvtConnectivity
+ phLibNfc_eSE_EvtFieldOff,
} phLibNfc_eSE_EvtType_t;
/**