NotifyCurrentNetworkChange - How to use

Login to reply to this topic.
Fri, 2005-11-18 07:43
Joined: 2004-05-21
Forum posts: 48
Hi All,

I want to get notified whenever there is a change in networkinfo i.e. mcc/mnc/lac/cell id. If any of these changes, I should get notified. For that there is an API NotifyCurrentNetworkChange in etelmm.h but there is no documentation over its usage. Can anyone help me out in what way I can use it. Or is there any other alternative. Any code snippets will be a great help.

Thanks in advance.

Reagards,
Dushyant

Dushyant Gaur
Software Specialist,
Kodiak Networks,
No 401 Prestige Sigma, 4th Floor
3 Vittal Mallya Road
Bangalore - 560 001
India


Tue, 2006-09-05 11:09
Joined: 2006-09-01
Forum posts: 9
Re: NotifyCurrentNetworkChange - How to use
Hi Dushyant,

I have your problem too.. Do you have solve it?

I found a document which explain how to get a notify using etel3rdparty library but I think (and I hope) it's the same mechanism..

Regards,

Lux
Tue, 2006-10-03 11:50
Joined: 2006-02-21
Forum posts: 66
Re: NotifyCurrentNetworkChange - How to use
Hi,

We can use CTelephony class .

ECurrentNetworkInfoChange
Register interest for receiving a notification for Network information changes.


New Network information returned in a CTelephony::TNetworkInfoV1Pckg, a packaged CTelephony::TNetworkInfoV1.

Pass CancelAsync() CTelephony::ECurrentNetworkInfoChangeCancel to cancel.


We can use this ENum in the notify change to get network changes notification.

Hope this helps. If you have any other answers please share it with us... Smiley
  • Login to reply to this topic.