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: 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
|