diff options
author | Nick Pelly <npelly@google.com> | 2011-08-18 08:51:07 -0700 |
---|---|---|
committer | Nick Pelly <npelly@google.com> | 2011-08-18 08:51:07 -0700 |
commit | 5b80cbbaa1169bd26bb0a19a2b75fd9e6522a1af (patch) | |
tree | 39ff6a58356d7378da632404cd94e0749c904e82 /src/phLibNfc.h | |
parent | 39038381fd4a9922cdd07251ce1a0a8840681bcd (diff) | |
download | external_libnfc-nxp-5b80cbbaa1169bd26bb0a19a2b75fd9e6522a1af.zip external_libnfc-nxp-5b80cbbaa1169bd26bb0a19a2b75fd9e6522a1af.tar.gz external_libnfc-nxp-5b80cbbaa1169bd26bb0a19a2b75fd9e6522a1af.tar.bz2 |
Revert "Add the NXP_EVT_SE_SWITCH_MODE event support in the libnfc."
This reverts commit 39038381fd4a9922cdd07251ce1a0a8840681bcd.
Diffstat (limited to 'src/phLibNfc.h')
-rw-r--r-- | src/phLibNfc.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/phLibNfc.h b/src/phLibNfc.h index 9e4aff1..c2cb6dd 100644 --- a/src/phLibNfc.h +++ b/src/phLibNfc.h @@ -129,10 +129,7 @@ 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 - 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_SE_ActModeOff =0x03 /**< Inactivate SE.This means,put SE in in-active state */ }phLibNfc_eSE_ActivationMode; |