This Project is monitoring the bytes send and receive using RIL(Radio Interface Layer). This will contain main important three functionality,
1. Initialize 2. Register get GPRS send receive 3. Deinitialize
Note: This will work in Pocket PC WM6 phones.
"RIL_Initialize" is to initialize the RIL interface to track GPRS. "RIL_Initialize" function declaration as follows,
HRESULT RIL_Initialize(DWORD dwIndex, RILRESULTCALLBACK pfnResult, RILNOTIFYCALLBACK pfnNotify, DWORD dwNotificationClasses, DWORD dwParam, HRIL* lphRil );
"RIL_GetPacketByteCount" is to get bytes of send receive of GPRS packet. This is to call after successful of "RIL_Intitialze"
HRESULT RIL_GetPacketByteCount( HRIL hRil ); "RIL_Deinitialize" is to deinitialize the RIL interface.
HRESULT RIL_Deinitialize( HRIL hRil ); Thanks, Saravanan Hakuna Matata, Chennai
AttachmentsRIL GPRS project attached (591-25123-RILSample.zip)
|
Author: madan mohan reddy | Member Level: Bronze | Revenue Score: |
i got some errors in ur project.can u see ur project once again
|
Author: raj kumar sahu | Member Level: Silver | Revenue Score: |
hi,
i am .net developer so can you help me to write this program in .net or send me the logic used for the development of this project i will be thankful to you.
Thanks
|
Author: Pavankumar | Member Level: Silver | Revenue Score: |
can you help me in converting your project in to .net or java code
|
Author: Ramesh N D | Member Level: Gold | Revenue Score: |
how to execute ur Project....
i Got this error.. RILSample.ex is not a valid Win32 Application...
|
Author: Saravanan | Member Level: Silver | Revenue Score: |
RILSample.zip |
Author: Saravanan | Member Level: Silver | Revenue Score: |
this is window's mobile (Pocet PC) application. Make sure working in Pocket PC mobile. thanks, Saravanan
|
Author: siva | Member Level: Gold | Revenue Score: |
Hi, Its really nice. I would like learn such type of things.
It will be greatful for me to send the files.
Thanks Siva Sreenath
|