<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - GPRS Status - Comments</title>
 <link>http://www.newlc.com/topic-6417</link>
 <description>Comments for &quot;GPRS Status&quot;</description>
 <language>en</language>
<item>
 <title>Re: GPRS Status</title>
 <link>http://www.newlc.com/topic-6417#comment-46160</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Anyone can please give me the code for finding whether GPRS data connection or not?&lt;br /&gt;
I am not finding much information about &quot;service_type&quot; and &quot;OutgoingGprs&quot;.&lt;/p&gt;</description>
 <pubDate>Mon, 05 May 2008 14:04:39 +0200</pubDate>
 <dc:creator>chennamaraju_p</dc:creator>
 <guid isPermaLink="false">comment 46160 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: GPRS Status</title>
 <link>http://www.newlc.com/topic-6417#comment-43961</link>
 <description>&lt;p&gt;hello friends &lt;/p&gt;

&lt;p&gt; really a great and healthy discussion over .By following this i am able to get  the notification of  active gprs  connnection in the background .in &lt;br /&gt;
if  (iNotification().iState == EInterfaceUp)&lt;br /&gt;
          {&lt;br /&gt;
                //i.e. display that you are connected&lt;br /&gt;
          }&lt;/p&gt;

&lt;p&gt;now i want to moniter the data upload or download in that gprs  transaction. But i don&#039;t want to  actively open the connection via my application .&lt;br /&gt;
how could i monitor that .&lt;br /&gt;
as i know  RConnectionMonitor is the api for that and &lt;/p&gt;

&lt;p&gt; iMonitor.GetUintAttribute(elem.iConnectionId, elem.iSubConnectionId,	KDownlinkData, iDataTransfer, iStatus);&lt;/p&gt;

&lt;p&gt;is method for that  but struggling  to implement it.&lt;br /&gt;
Or there could me other way also to get this information . &lt;/p&gt;

&lt;p&gt;pls guide me ..&lt;/p&gt;

&lt;p&gt;regard&#039;s&lt;br /&gt;
vivek &lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 23 Jan 2008 11:01:09 +0100</pubDate>
 <dc:creator>vivek_mics</dc:creator>
 <guid isPermaLink="false">comment 43961 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: GPRS Status</title>
 <link>http://www.newlc.com/topic-6417#comment-43962</link>
 <description>&lt;p&gt;&lt;/p&gt;

&lt;p&gt;first  thing i want to know that how will i find the  connection index of the of that gprs which we are not opening via our application&lt;/p&gt;

&lt;p&gt;waiting for the reply&lt;/p&gt;

&lt;p&gt;thanks vivek&lt;/p&gt;</description>
 <pubDate>Sat, 19 Jan 2008 14:35:25 +0100</pubDate>
 <dc:creator>vivek_mics</dc:creator>
 <guid isPermaLink="false">comment 43962 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: GPRS Status</title>
 <link>http://www.newlc.com/topic-6417#comment-42199</link>
 <description>&lt;p&gt;Frns,&lt;/p&gt;

&lt;p&gt;I got the answer:&lt;/p&gt;

&lt;p&gt;I have to lookup in to IAP table for IAp Id whose &quot;service_type&quot; is &quot;OutgoingGprs&quot;, then its GPRS connection.&lt;/p&gt;

&lt;p&gt;-Venu&lt;/p&gt;</description>
 <pubDate>Wed, 10 Oct 2007 11:28:50 +0200</pubDate>
 <dc:creator>bytes</dc:creator>
 <guid isPermaLink="false">comment 42199 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: GPRS Status</title>
 <link>http://www.newlc.com/topic-6417#comment-40382</link>
 <description>&lt;p&gt;&lt;br /&gt;
if (connectionCount){&lt;br /&gt;
       TPckgBuf&lt;TConnectionInfoV2&gt; connectionInfo;&lt;br /&gt;
       for (TUint i = 1; i &lt;= connectionCount; ++i){&lt;br /&gt;
                       //to do: add code to check is it GPRS&lt;br /&gt;
                       iConnect.GetConnectionInfo(i, connectionInfo);&lt;br /&gt;
         connected = ETrue;&lt;br /&gt;
         aIap = connectionInfo().iIapId;         &lt;br /&gt;
         break;   &lt;br /&gt;
      }&lt;br /&gt;
   }&lt;/p&gt;

&lt;p&gt;Hi Boris and all:&lt;br /&gt;
                       &lt;span style=&quot;font-weight:bold&quot;&gt;//to do: add code to check is it GPRS&lt;/span&gt;&lt;br /&gt;
How can I achieve this. Using Conn Info I will get only IAP id and INetId. But I don&#039;t know how to get conn type &lt;br /&gt;
based on this.&lt;br /&gt;
I guess I have to relate this with some tables.&lt;/p&gt;

&lt;p&gt;Could some one plz help me in this regard.&lt;/p&gt;

&lt;p&gt;Suggest some material where I can get complete database tables interaction.&lt;/p&gt;

&lt;p&gt;Thanks&lt;br /&gt;
bytes&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 02 Aug 2007 07:44:53 +0200</pubDate>
 <dc:creator>bytes</dc:creator>
 <guid isPermaLink="false">comment 40382 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: GPRS Status</title>
 <link>http://www.newlc.com/topic-6417#comment-16889</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi&lt;br /&gt;&lt;br /&gt;Does anyone know where the const&amp;nbsp; KUidGprsStatus=0x100052DB comes from ? &lt;br /&gt;&lt;br /&gt;This is known as &amp;quot;undocumented constants for getting&amp;nbsp; GPRS Context&amp;quot; in this forum.&lt;br /&gt;&lt;br /&gt;This value does not work with SystemAgent on UIQ, I just want to make sure the value is correct.&lt;br /&gt;&lt;br /&gt;thanks.&lt;/div&gt;</description>
 <pubDate>Thu, 14 Jul 2005 20:51:48 +0200</pubDate>
 <dc:creator>ng_victoria_ng</dc:creator>
 <guid isPermaLink="false">comment 16889 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: GPRS Status</title>
 <link>http://www.newlc.com/topic-6417#comment-16888</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Okay, I found it. &lt;br /&gt;&lt;br /&gt;As you said, you needed a new application to make it work. &lt;br /&gt;Thanks for that! This led me to the following idea:&lt;br /&gt;&lt;br /&gt;Creating a new RConnection object in one and the same application. So one RConnection - say activeConn - is used to keep a handle for the active connection you previously set up with activeConn.Start() - and then a second one - let&amp;#039;s call it monitorConn - used for monitoring.&lt;br /&gt;&lt;br /&gt;When you create an ActiveObject (maybe: CConnStateMonitor) and call AllInterfacesNotification on monitorConn now then SetActive(), RunL gets called when the state of a connection changes. In this way I get notified of any connection going down or up and the TInterfaceNotification member is updated in the CConnStateMonitor object.&lt;br /&gt;&lt;br /&gt;Now you have to filter out whether it was your own connection going down or coming up,&lt;br /&gt;by use of the iConnectionInfo member of TInterfaceNotification, something like:&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;codeheader&quot;&gt;Code:&lt;/div&gt;&lt;div class=&quot;code&quot;&gt;iWrappedNotification().iConnectionInfo.iIapId == myIapId &amp;amp;&amp;amp;&lt;br /&gt;iWrappedNotification().iState == EInterfaceDown; // or EInterfaceUp&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;HTH, and good luck,&lt;br /&gt;&lt;br /&gt;Dominik&lt;/div&gt;</description>
 <pubDate>Fri, 01 Jul 2005 15:54:00 +0200</pubDate>
 <dc:creator>abrax5</dc:creator>
 <guid isPermaLink="false">comment 16888 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: GPRS Status</title>
 <link>http://www.newlc.com/topic-6417#comment-16887</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Me too, I get this &lt;i&gt;KErrInuse&lt;/i&gt; iStatus when I call SetActive()... &lt;img src=&quot;/sites/all/modules/smf_filter/smf_smileys/sad.gif&quot; alt=&quot;Sad&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;Did you find out what went wrong? Did you find out how to monitor the connection in one application and not to do it externally?&lt;br /&gt;&lt;br /&gt;Thanks for your reply,&lt;br /&gt;&lt;br /&gt;Dominik&lt;/div&gt;</description>
 <pubDate>Thu, 30 Jun 2005 17:40:30 +0200</pubDate>
 <dc:creator>abrax5</dc:creator>
 <guid isPermaLink="false">comment 16887 at http://www.newlc.com</guid>
</item>
<item>
 <title>GPRS Status</title>
 <link>http://www.newlc.com/topic-6417#comment-16886</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi Boris,&lt;br /&gt;&lt;br /&gt; Thanks for your reply. It works for me now.&lt;br /&gt;But I had to run this code as a separate example to get it working. Writing this code in the same gprs example program, gives me -14 in the notification always. &lt;br /&gt;any idea why.&lt;br /&gt;&lt;br /&gt;thanks again&lt;br /&gt;isymdev&lt;/div&gt;</description>
 <pubDate>Mon, 02 May 2005 06:45:41 +0200</pubDate>
 <dc:creator>isymdev</dc:creator>
 <guid isPermaLink="false">comment 16886 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: gprs status</title>
 <link>http://www.newlc.com/topic-6417#comment-16885</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;div class=&quot;quoteheader&quot;&gt;Quote from: isymdev&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;Hi Boris612,&lt;br /&gt;&lt;br /&gt;&amp;nbsp;I am facing problems in getting &amp;quot;AllInterfaceNotification&amp;quot; function to work. Could you please give more information on its usage?&lt;br /&gt;&lt;br /&gt;Whenever I call this function, I immediately get a notification once with iStatus &amp;nbsp;= KErrInUse (-14). And after that nothing happens. &lt;br /&gt;On renewing the request, I keep getting iStatus = -14 only. &lt;br /&gt;&lt;br /&gt;Did it work for you properly? Moreover - does this function provide you notifications on network coming up/going down?&lt;br /&gt;&lt;br /&gt;TIA,&lt;br /&gt;isymdev&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In main class write this&lt;br /&gt;&lt;div class=&quot;codeheader&quot;&gt;Code:&lt;/div&gt;&lt;div class=&quot;code&quot;&gt;iSocketServ.Connect&amp;#40;&amp;#41;;&lt;br /&gt;iMyConnection.Open&amp;#40;iSocketServ&amp;#41;;&lt;br /&gt;iConnectionNotifier = CConnectionNotifier&amp;#58;&amp;#58;NewL&amp;#40;anything you want to pass as the argument&amp;#40;s&amp;#41;&amp;#41;;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;and in class CConnectionNotifier (extends public CActive) these are the main things. (iMyConnection can be passed as argument to this class)&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;codeheader&quot;&gt;Code:&lt;/div&gt;&lt;div class=&quot;code&quot;&gt;&lt;br /&gt;CConnectionNotifier&amp;#58;&amp;#58;CConnectionNotifier&amp;#40;anything you want to pass as the argument&amp;#40;s&amp;#41;&amp;#41;&lt;br /&gt;&amp;#58; CActive&amp;#40;CActive&amp;#58;&amp;#58;EPriorityStandard&amp;#41; &amp;#123;&lt;br /&gt; &amp;nbsp; &amp;nbsp;CActiveScheduler&amp;#58;&amp;#58;Add&amp;#40;this&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;#125;&lt;br /&gt;&lt;br /&gt;void CConnectionNotifier&amp;#58;&amp;#58;ConstructL&amp;#40;&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;#123;&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;iMyConnection&amp;#40;&amp;#41;.AllInterfaceNotification&amp;#40;iNotification, iStatus&amp;#41;; &amp;nbsp; &amp;nbsp;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; SetActive&amp;#40;&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;#125;&lt;br /&gt;&lt;br /&gt;void CConnectionNotifier&amp;#58;&amp;#58;RunL&amp;#40;&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;#123;&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;if &amp;#40;iNotification&amp;#40;&amp;#41;.iState == EInterfaceUp&amp;#41;&amp;#123;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;//i.e. display that you are connected&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&amp;#125;&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;else if &amp;#40;iNotification&amp;#40;&amp;#41;.iState == EInterfaceDown&amp;#41;&amp;#123;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //i.e. display that you are discconnected&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&amp;#125;&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;iMyConnection&amp;#40;&amp;#41;.AllInterfaceNotification&amp;#40;iNotification, iStatus&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SetActive&amp;#40;&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;#125;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 29 Apr 2005 23:14:57 +0200</pubDate>
 <dc:creator>boris612</dc:creator>
 <guid isPermaLink="false">comment 16885 at http://www.newlc.com</guid>
</item>
<item>
 <title>gprs status</title>
 <link>http://www.newlc.com/topic-6417#comment-16884</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi Boris612,&lt;br /&gt;&lt;br /&gt;&amp;nbsp;I am facing problems in getting &amp;quot;AllInterfaceNotification&amp;quot; function to work. Could you please give more information on its usage?&lt;br /&gt;&lt;br /&gt;Whenever I call this function, I immediately get a notification once with iStatus &amp;nbsp;= KErrInUse (-14). And after that nothing happens. &lt;br /&gt;On renewing the request, I keep getting iStatus = -14 only. &lt;br /&gt;&lt;br /&gt;Did it work for you properly? Moreover - does this function provide you notifications on network coming up/going down?&lt;br /&gt;&lt;br /&gt;TIA,&lt;br /&gt;isymdev&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;quoteheader&quot;&gt;Quote from: boris612&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;in header file(s) :&lt;br /&gt;RConnection iConnect;&lt;br /&gt;RSocketServ iSocketServ; &amp;nbsp;&lt;br /&gt;TPckgBuf&amp;lt;TInterfaceNotification&amp;gt; iNotification; &amp;nbsp; &amp;nbsp;&lt;br /&gt;&lt;br /&gt;in source files:&lt;br /&gt;iSocketServ.Connect();&lt;br /&gt;iConnect.Open(iSocketServ);&lt;br /&gt;&lt;br /&gt;TBool connected = EFalse;&lt;br /&gt;TUint connectionCount;&lt;br /&gt;&amp;nbsp;//Enumerate currently active connections across all socket servers&lt;br /&gt;&amp;nbsp;User::LeaveIfError(iConnect.EnumerateConnections(connectionCount));&lt;br /&gt;&lt;br /&gt;if (connectionCount){&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TPckgBuf&amp;lt;TConnectionInfoV2&amp;gt; connectionInfo;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for (TUint i = 1; i &amp;lt;= connectionCount; ++i){&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //to do: add code to check is it GPRS&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; iConnect.GetConnectionInfo(i, connectionInfo);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;connected = ETrue;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;aIap = connectionInfo().iIapId;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;break;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp; &amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To be notified for connection changes use&lt;br /&gt;iConnect.AllInterfaceNotification(iNotification, iStatus);&lt;/div&gt;[b][/b]&lt;/div&gt;</description>
 <pubDate>Mon, 25 Apr 2005 07:50:41 +0200</pubDate>
 <dc:creator>isymdev</dc:creator>
 <guid isPermaLink="false">comment 16884 at http://www.newlc.com</guid>
</item>
<item>
 <title>GPRS Status</title>
 <link>http://www.newlc.com/topic-6417#comment-16883</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;in header file(s) :&lt;br /&gt;RConnection iConnect;&lt;br /&gt;RSocketServ iSocketServ; &amp;nbsp;&lt;br /&gt;TPckgBuf&amp;lt;TInterfaceNotification&amp;gt; iNotification; &amp;nbsp; &amp;nbsp;&lt;br /&gt;&lt;br /&gt;in source files:&lt;br /&gt;iSocketServ.Connect();&lt;br /&gt;iConnect.Open(iSocketServ);&lt;br /&gt;&lt;br /&gt;TBool connected = EFalse;&lt;br /&gt;TUint connectionCount;&lt;br /&gt; //Enumerate currently active connections across all socket servers&lt;br /&gt; User::LeaveIfError(iConnect.EnumerateConnections(connectionCount));&lt;br /&gt;&lt;br /&gt;if (connectionCount){&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TPckgBuf&amp;lt;TConnectionInfoV2&amp;gt; connectionInfo;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;for (TUint i = 1; i &amp;lt;= connectionCount; ++i){&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;//to do: add code to check is it GPRS&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;iConnect.GetConnectionInfo(i, connectionInfo);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;connected = ETrue;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;aIap = connectionInfo().iIapId;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;break;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To be notified for connection changes use&lt;br /&gt;iConnect.AllInterfaceNotification(iNotification, iStatus);&lt;/div&gt;</description>
 <pubDate>Mon, 04 Apr 2005 23:04:55 +0200</pubDate>
 <dc:creator>boris612</dc:creator>
 <guid isPermaLink="false">comment 16883 at http://www.newlc.com</guid>
</item>
<item>
 <title>GPRS Status</title>
 <link>http://www.newlc.com/topic-6417#comment-16882</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;This seems like it should be simple. &amp;nbsp;Does anyone know how to do it?&lt;br /&gt;&lt;br /&gt;Craig&lt;/div&gt;</description>
 <pubDate>Tue, 29 Mar 2005 16:46:02 +0200</pubDate>
 <dc:creator>tycholith</dc:creator>
 <guid isPermaLink="false">comment 16882 at http://www.newlc.com</guid>
</item>
<item>
 <title>GPRS Status</title>
 <link>http://www.newlc.com/topic-6417</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/topic-6417&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/topic-6417#comments</comments>
 <category domain="http://www.newlc.com/forums/telephony">Telephony</category>
 <pubDate>Sat, 26 Mar 2005 01:47:33 +0100</pubDate>
 <dc:creator>tycholith</dc:creator>
 <guid isPermaLink="false">7076 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
