C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Tracking GPRS


Posted Date:     Total Responses: 0    Posted By: Saravanan   Member Level: Silver   Points/Cash: 95   


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

Attachments

  • RIL GPRS project attached (591-25123-RILSample.zip)

  • Project Feedbacks

    Author: Ramesh N DMember Level: GoldRevenue Score: 1 out of 5
    how to execute ur Project....

    i Got this error.. RILSample.ex is not a valid Win32 Application...


    Author: SaravananMember Level: SilverRevenue Score: Revenue Score: 0



    RILSample.zip
    Author: SaravananMember Level: SilverRevenue Score: 2 out of 52 out of 5
    this is window's mobile (Pocet PC) application. Make sure working in Pocket PC mobile.
    thanks,
    Saravanan


    Post Feedback
    You must Sign In to post a feedback.
    Next Project: Project Explains how we can work on Data Access layered architecture
    Previous Project: Project Of The Fighter Game With source code

    Return to Project Index

    Post New Project




    dotNet Slackers

    About Us    Contact Us    Privacy Policy    Terms Of Use