NotifyCurrentNetworkChange - How to use
| Fri, 2005-11-18 07:43 | |
|
|
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 |






Forum posts: 9
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
Forum posts: 66
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...