active GPRS connection

  • Thread starter Thread starter JMar
  • Start date Start date
J

JMar

I have a device Gotive with GPRS feature. In my code, I
have to check the GPRS connection. If the connection is
not available, the application should try to activate it.

Are there any ways in VB.Net CF to program with GPRS, such
as component or API?
 
I don't kow of a way of getting directly from .net to the gprs interface. I
have done a trial c dll wrapper that I could then p/invoke in C#.Net to
start and stop a gprs connection.
 
Back
Top