diff options
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; |