R
Rob Peppin
I have been developing a messaging system for PocketPC
2003 using c# and I would like to be able to detect what
kind of conncetion I have got (LAN, WIFI, GPRS etc..) so
that I don't send too much data down a costly connection
(GPRS can get costly!!!)
Does anyone know of anyway of getting this kind of
information from the device as I don't think the compact
framework supports this kind of request.
The only way I can do this at the moment is to examine the
transfer rates I am getting and based on this I can infer
what kind of conncetion I have, but it isn't nice!
2003 using c# and I would like to be able to detect what
kind of conncetion I have got (LAN, WIFI, GPRS etc..) so
that I don't send too much data down a costly connection
(GPRS can get costly!!!)
Does anyone know of anyway of getting this kind of
information from the device as I don't think the compact
framework supports this kind of request.
The only way I can do this at the moment is to examine the
transfer rates I am getting and based on this I can infer
what kind of conncetion I have, but it isn't nice!