adaptationlayer/tsy/simatktsy_dll/inc/satmosmsctrl.h
changeset 8 6295dc2169f3
parent 5 8ccc39f9d787
child 9 8486d82aef45
equal deleted inserted replaced
7:fa67e03b87df 8:6295dc2169f3
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    88         * Called by Phonet receiver when it receives ISI msg.
    88         * Called by Phonet receiver when it receives ISI msg.
    89         * @since NCP 5.0
    89         * @since NCP 5.0
    90         * @param aIsiMessage proactive command from phonet
    90         * @param aIsiMessage proactive command from phonet
    91         * @return TInt
    91         * @return TInt
    92         */
    92         */
    93         TInt MessageReceived( const TIsiReceiveC& aIsiMessage );
    93         TInt MessageReceivedL( const TIsiReceiveC& aIsiMessage );
    94 
    94 
    95         /*
    95         /*
    96         * Returns iIsMoSmsCtrlActivated
    96         * Returns iIsMoSmsCtrlActivated
    97         * This is used by CTsySatMessaging::MoSmsControlReceived
    97         * This is used by CTsySatMessaging::MoSmsControlReceived
    98         * @since Series 60 Series60_2.6
    98         * @since Series 60 Series60_2.6
   123         * to network or not.
   123         * to network or not.
   124         * @since NCP 5.0
   124         * @since NCP 5.0
   125         * @param aIsiMessage coming from ISA SMS Server
   125         * @param aIsiMessage coming from ISA SMS Server
   126         * @return none
   126         * @return none
   127         */
   127         */
   128         void SmsResourceIndReceived( const TIsiReceiveC& aIsiMessage );
   128         void SmsResourceIndReceivedL( const TIsiReceiveC& aIsiMessage );
   129 
   129 
   130         /*
   130         /*
   131         * Send an envelope to SIM server in order to check wheter the SMS
   131         * Send an envelope to SIM server in order to check wheter the SMS
   132         * can be sent or not. The response will be used to send a response
   132         * can be sent or not. The response will be used to send a response
   133         * to SMS server
   133         * to SMS server