summaryrefslogtreecommitdiffstats
path: root/src/phLibNfc.h
diff options
context:
space:
mode:
authorDaniel Tomas <dtomas.nxp@gmail.com>2011-07-28 12:40:33 -0700
committerNick Pelly <npelly@google.com>2011-08-16 17:54:30 -0700
commit39038381fd4a9922cdd07251ce1a0a8840681bcd (patch)
tree7038d0ea35af8e2979099a754a0365635378e830 /src/phLibNfc.h
parent34af9600bae35a39b5d0ac31123c3d99ae706e5c (diff)
downloadexternal_libnfc-nxp-39038381fd4a9922cdd07251ce1a0a8840681bcd.zip
external_libnfc-nxp-39038381fd4a9922cdd07251ce1a0a8840681bcd.tar.gz
external_libnfc-nxp-39038381fd4a9922cdd07251ce1a0a8840681bcd.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: Iace438c3625f6a084c8bcc66d787a7a60d56b8f8
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;