summaryrefslogtreecommitdiffstats
path: root/src/phLibNfc.h
diff options
context:
space:
mode:
authorDaniel Tomas <dtomas.nxp@gmail.com>2011-07-28 12:40:33 -0700
committerMartijn Coenen <maco@google.com>2011-08-24 19:08:34 -0700
commit868cc2d7e3a1efdf52ecc758bedffc5fd9c78e1e (patch)
tree374b76918e8803fd942a698f9cf970811acb5e3c /src/phLibNfc.h
parente13ca0d66e4682aafb2c031b45a953b1aa153a4b (diff)
downloadexternal_libnfc-nxp-868cc2d7e3a1efdf52ecc758bedffc5fd9c78e1e.zip
external_libnfc-nxp-868cc2d7e3a1efdf52ecc758bedffc5fd9c78e1e.tar.gz
external_libnfc-nxp-868cc2d7e3a1efdf52ecc758bedffc5fd9c78e1e.tar.bz2
Add the NXP_EVT_SE_SWITCH_MODE event support in the libnfc.
This event is used in the SE SetMode API to be able to enable/disable card emulation with not writting the EEPROM area. Change-Id: I80047d678f683c4dd364544c690440eb8d807793
Diffstat (limited to 'src/phLibNfc.h')
-rw-r--r--src/phLibNfc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/phLibNfc.h b/src/phLibNfc.h
index c2cb6dd..9e4aff1 100644
--- a/src/phLibNfc.h
+++ b/src/phLibNfc.h
@@ -129,7 +129,10 @@ typedef enum
This can be applied to UICC as well as SmartMX*/
phLibNfc_SE_ActModeVirtual=0x02, /**< Enables Virtual Mode communication.
This can be applied to UICC as well as SmartMX*/
- phLibNfc_SE_ActModeOff =0x03 /**< Inactivate SE.This means,put SE in in-active state */
+ phLibNfc_SE_ActModeOff =0x03, /**< Inactivate SE.This means,put SE in in-active state
+ This can be applied to UICC as well as SmartMX*/
+ phLibNfc_SE_ActModeVirtualVolatile = 0x04 /**< Enabled virtual mode communication for SE through an event
+ This can be applied to UICC as well as SmartMX*/
}phLibNfc_eSE_ActivationMode;