adaptationlayer/tsy/simatktsy_dll/inc/satmesshandler.h
changeset 5 8ccc39f9d787
parent 0 63b37f68c1ce
child 8 6295dc2169f3
equal deleted inserted replaced
4:510c70acdbf6 5:8ccc39f9d787
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 
    19 
   981         * @param None
   981         * @param None
   982         */
   982         */
   983         inline TBool ImeiAvailable() const;
   983         inline TBool ImeiAvailable() const;
   984 
   984 
   985         /**
   985         /**
       
   986         * Method to check if IMEISV is successfully received
       
   987         * @return ETrue if IMEISV is known, otherwise EFalse
       
   988         * @param None
       
   989         */
       
   990         inline TBool ImeiSvAvailable() const;
       
   991 
       
   992         /**
   986         * Method to check Location information status
   993         * Method to check Location information status
   987         * @since NCP 5.0
   994         * @since NCP 5.0
   988         * @return ETrue or EFalse
   995         * @return ETrue or EFalse
   989         * @param None
   996         * @param None
   990         */
   997         */
  1185         TUint8              iCardId;
  1192         TUint8              iCardId;
  1186 
  1193 
  1187         // For storing IMEI code.
  1194         // For storing IMEI code.
  1188         TBuf8<16>           iIMEI;
  1195         TBuf8<16>           iIMEI;
  1189 
  1196 
       
  1197         // For storing IMEI-SV BCD string
       
  1198         TBuf8<9>           iIMEIsv;
       
  1199 
  1190         // For storing NMR
  1200         // For storing NMR
  1191         TBuf8<16>           iNMR;
  1201         TBuf8<16>           iNMR;
  1192 
  1202 
  1193         // For storing BCCH channel list
  1203         // For storing BCCH channel list
  1194         TBuf<32>            iBCCHChannelList;
  1204         TBuf<32>            iBCCHChannelList;
  1195 
  1205 
  1196         // For checking if IMEI code has been received
  1206         // For checking if IMEI code has been received
  1197         TBool               iSerialNumberReadReceived;
  1207         TBool               iImeiAvailable;
       
  1208 
       
  1209         // For checking if IMEISV code has been received
       
  1210         TBool               iImeiSvAvailable;
  1198 
  1211 
  1199         // Stores the state of SMS CB routing request
  1212         // Stores the state of SMS CB routing request
  1200         TBool               iSmsCbRoutingComplete;
  1213         TBool               iSmsCbRoutingComplete;
  1201 
  1214 
  1202         // Refresh proactive command is currently active flag.
  1215         // Refresh proactive command is currently active flag.