Fiur
Fiur

Reputation: 632

Power On/Off GPRS on windows mobile

i'm looking for a way to power on or off the GPRS adapter programatically.

Upvotes: 1

Views: 1515

Answers (1)

ctacke
ctacke

Reputation: 67198

If you're already using the Smart Device Framework, the ability is already there in the API, as you can see in this blog entry (the blog is for WiFi but the phone radio and bluetooth work the same way).

THe other option is to call ChangeRadioState in ossvcs.dll yourself (that's what the SDF is doing).

Upvotes: 3

Related Questions