supl/locationsuplfw/protocolhandlerapi/inc/epos_csuplconnection.h
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
    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             
   100         
   101         
   101 
   102 
   102         IMPORT_C void CloseConnection();
   103         IMPORT_C void CloseConnection();
   103 
   104 
   104         IMPORT_C TInt GetPortNumberUsed();
   105         IMPORT_C TInt GetPortNumberUsed();
   390         TBool iVariantEnabled;
   391         TBool iVariantEnabled;
   391         
   392         
   392         TBool iPskTLSUsage;
   393         TBool iPskTLSUsage;
   393         
   394         
   394         TBool iStartedListen;
   395         TBool iStartedListen;
   395 
   396         
   396         TBool iConnectStarted;
   397         TBool iConnectStarted;
   397 
   398 
   398         TBool iSendInProgress;
   399         TBool iSendInProgress;
   399         
   400         
   400         TBool iFirstPkt;
   401         TBool iFirstPkt;