connectionmonitoring/connmon/connectionmonitor/inc/ConnMonIAP.h
changeset 2 086aae6fc07e
parent 0 5a93021fdf25
child 44 a0c4ceac30d0
child 53 4af712113915
equal deleted inserted replaced
1:40cb640ef159 2:086aae6fc07e
   640          * @since S60 v5.2
   640          * @since S60 v5.2
   641          * @return ETrue if RSS is strong enough, EFalse in any other situation
   641          * @return ETrue if RSS is strong enough, EFalse in any other situation
   642          * (weak signal, no WLAN connection, WLAN not supported... ).
   642          * (weak signal, no WLAN connection, WLAN not supported... ).
   643          */
   643          */
   644         TBool WlanRssGoodEnough();
   644         TBool WlanRssGoodEnough();
       
   645         
       
   646         /**
       
   647          * Gets the network roaming status.
       
   648          * @since
       
   649          * @param aNetworkStatus On return, contains the current network registration status.
       
   650          * @return KErrNone if successfull, otherwise a system wide error code.
       
   651          */
       
   652         TInt GetNetworkRegistration_v2( TInt& aRegistration ) const;
       
   653 
   645 
   654 
   646     private: // New methods
   655     private: // New methods
   647         /**
   656         /**
   648          * Opens and attaches to a connection.
   657          * Opens and attaches to a connection.
   649          * @since
   658          * @since
   738          * @since
   747          * @since
   739          * @param aNetworkStatus On return, contains the current network registration status.
   748          * @param aNetworkStatus On return, contains the current network registration status.
   740          * @return KErrNone if successfull, otherwise a system wide error code.
   749          * @return KErrNone if successfull, otherwise a system wide error code.
   741          */
   750          */
   742         TInt GetNetworkRegistration( TInt& aRegistration ) const;
   751         TInt GetNetworkRegistration( TInt& aRegistration ) const;
   743 
       
   744         /**
       
   745          * Gets the network roaming status.
       
   746          * @since
       
   747          * @param aNetworkStatus On return, contains the current network registration status.
       
   748          * @return KErrNone if successfull, otherwise a system wide error code.
       
   749          */
       
   750         TInt GetNetworkRegistration_v2( TInt& aRegistration ) const;
       
   751 
   752 
   752         /**
   753         /**
   753          * Gets the GSM signal strength.
   754          * Gets the GSM signal strength.
   754          * @since
   755          * @since
   755          * @param aSignalStrength On return, contains the GSM signal strength in dBs.
   756          * @param aSignalStrength On return, contains the GSM signal strength in dBs.