adaptationlayer/tsy/simatktsy_dll/inc/satmesshandler.h
changeset 8 6295dc2169f3
parent 5 8ccc39f9d787
child 9 8486d82aef45
equal deleted inserted replaced
7:fa67e03b87df 8:6295dc2169f3
   750         */
   750         */
   751         void NetTimeInd( const TIsiReceiveC& aIsiMessage );
   751         void NetTimeInd( const TIsiReceiveC& aIsiMessage );
   752 
   752 
   753 
   753 
   754         /**
   754         /**
   755         * Sends a NET_RAT_REQ isi-message to phonet
       
   756         * @since Series60_ver 2.6
       
   757         * @param aTransId Transaction ID
       
   758         * @retrun TInt: Phonet sender status
       
   759         */
       
   760         TInt NetRatReq( TUint8 aTransId );
       
   761 
       
   762         /*
       
   763         * Breaks a NET_RAT_RESP ISI-message
       
   764         * @since Series60_ver 3.0
       
   765         * @param aIsiMessage Net rat resp ISI message
       
   766         * Return value: none
       
   767         */
       
   768         void NetRatResp( const TIsiReceiveC& aIsiMessage );
       
   769 
       
   770         /**
       
   771         * Send a response to SMS server after a SMS resource Indication received from
   755         * Send a response to SMS server after a SMS resource Indication received from
   772         * SMS sever.
   756         * SMS sever.
   773         * This response tells whether the SMS can be sent or not.
   757         * This response tells whether the SMS can be sent or not.
   774         * @since Series60_ver 2.6
   758         * @since Series60_ver 2.6
   775         * @param aTransId Transaction id, same as in the request
   759         * @param aTransId Transaction id, same as in the request
   804         void NetRatInd( const TIsiReceiveC& aIsiMessage );
   788         void NetRatInd( const TIsiReceiveC& aIsiMessage );
   805 
   789 
   806         /**
   790         /**
   807         * Stores Network service status to an internal structure
   791         * Stores Network service status to an internal structure
   808         * @param aIsiMessage NetCellInfoInd or NetCellInfoGetResp
   792         * @param aIsiMessage NetCellInfoInd or NetCellInfoGetResp
   809         * @return none
   793         * @return TInt: Success value
   810         */
   794         */
   811         void StoreNetServiceStatus( const TIsiReceiveC& aIsiMessage );
   795         TInt StoreNetServiceStatus( const TIsiReceiveC& aIsiMessage );
   812 
   796 
   813         /**
   797         /**
   814         * Getter for location information
   798         * Getter for location information
   815         * @since NCP 5.0
   799         * @since NCP 5.0
   816         * @return Location Information structure
   800         * @return Location Information structure