Drop GPRS connection

  • Thread starter Thread starter Guest
  • Start date Start date
Hi, I'm new in CF.
Is there a way for drop a GPRS connection (Vb.,net or C#)?

Thanks

Try doing some searches on 'Connection Manager', the Opennet sdf has
some interfaces to this api. However, IIRC, unless your application
actually established the connection, you may not be able to drop it.
The logic here is that if your app didn't start the connection, then
some other app may have done, so to prevent you messing up that app's
use of the connection you can't drop it, or something along those
lines.

Cheers

Chris
 
You should be able to terminate the connection through the RAS API. Some
P/Invoking (or third-party wrapper) required.

Peter
 
Back
Top