supl/locationsuplfw/protocolhandlerapi/inc/epos_csuplconnection.h
branchRCL_3
changeset 45 6b6920c56e2f
parent 44 2b4ea9893b66
child 47 fce0ae2e4223
equal deleted inserted replaced
44:2b4ea9893b66 45:6b6920c56e2f
    87         * @param TRequestStatus &aRequest
    87         * @param TRequestStatus &aRequest
    88         * @return void *
    88         * @return void *
    89         */
    89         */
    90         IMPORT_C void Connect(TRequestStatus &aStatus);
    90         IMPORT_C void Connect(TRequestStatus &aStatus);
    91         
    91         
    92        /**
    92         /**
    93         * A method that makes Socket Connection.
    93         * A method that makes Socket Connection.
    94         * @since Series 60 3.1 
    94         * @since Series 60 3.1 
    95         * @return None
    95         * @return None
    96         * @param aPrompt used to show connection prompt using OCC Api's.
    96         * @param aPrompt used to show connection prompt using OCC Api's.
    97         * @param aWlanOnly used to differentiate connection for GPRS and WLAN using OCC Api's
    97         * @param aWlanOnly used to differentiate connection for GPRS and WLAN using OCC Api's
    98         */
    98         */
    99         IMPORT_C void Connect(TRequestStatus &aStatus,TBool aPrompt,TBool aWlanOnly);
    99         IMPORT_C void Connect(TRequestStatus &aStatus,TBool aPrompt,TBool aWlanOnly);
   100             
       
   101         
   100         
   102 
   101 
   103         IMPORT_C void CloseConnection();
   102         IMPORT_C void CloseConnection();
   104 
   103 
   105         IMPORT_C TInt GetPortNumberUsed();
   104         IMPORT_C TInt GetPortNumberUsed();
   391         TBool iVariantEnabled;
   390         TBool iVariantEnabled;
   392         
   391         
   393         TBool iPskTLSUsage;
   392         TBool iPskTLSUsage;
   394         
   393         
   395         TBool iStartedListen;
   394         TBool iStartedListen;
   396         
   395 
   397         TBool iConnectStarted;
   396         TBool iConnectStarted;
   398 
   397 
   399         TBool iSendInProgress;
   398         TBool iSendInProgress;
   400         
   399         
   401         TBool iFirstPkt;
   400         TBool iFirstPkt;