adaptationlayer/tsy/simatktsy_dll/inc/satmesshandler.h
changeset 5 8ccc39f9d787
parent 0 63b37f68c1ce
child 8 6295dc2169f3
--- a/adaptationlayer/tsy/simatktsy_dll/inc/satmesshandler.h	Mon Nov 09 10:36:19 2009 +0000
+++ b/adaptationlayer/tsy/simatktsy_dll/inc/satmesshandler.h	Thu Jan 14 10:44:58 2010 +0200
@@ -11,7 +11,7 @@
 *
 * Contributors:
 *
-* Description: 
+* Description:
 *
 */
 
@@ -983,6 +983,13 @@
         inline TBool ImeiAvailable() const;
 
         /**
+        * Method to check if IMEISV is successfully received
+        * @return ETrue if IMEISV is known, otherwise EFalse
+        * @param None
+        */
+        inline TBool ImeiSvAvailable() const;
+
+        /**
         * Method to check Location information status
         * @since NCP 5.0
         * @return ETrue or EFalse
@@ -1187,6 +1194,9 @@
         // For storing IMEI code.
         TBuf8<16>           iIMEI;
 
+        // For storing IMEI-SV BCD string
+        TBuf8<9>           iIMEIsv;
+
         // For storing NMR
         TBuf8<16>           iNMR;
 
@@ -1194,7 +1204,10 @@
         TBuf<32>            iBCCHChannelList;
 
         // For checking if IMEI code has been received
-        TBool               iSerialNumberReadReceived;
+        TBool               iImeiAvailable;
+
+        // For checking if IMEISV code has been received
+        TBool               iImeiSvAvailable;
 
         // Stores the state of SMS CB routing request
         TBool               iSmsCbRoutingComplete;