> I can tell you that LINESYSTEMTYPE_1XEVDOPACKET, and
> LINESYSTEMTYPE_1XEVDVPACKET are CDMA. EDGE is GSM. I'm not sure about
> HSPDA and UTMS. Some Google searches for those terms should give you the
> answers you are looking for.
> "sachin jesukaran" <jesukaran.sac...@gmail.com> wrote in message
> news:a8d6814b-f433-477e-af77-e4d0827890fd@u25g2000prh.googlegroups.com...
> > hello everyone,
> > i want to find the network type the device is currently in ie GSM/UMTS/
> > CDMA.
> > i found that the tapi api lineGetCurrentSystemType does this but i
> > see that there are values such as the below returned
> > LINESYSTEMTYPE_EDGE 0x00000020
> > LINESYSTEMTYPE_1XEVDOPACKET 0x00000040
> > LINESYSTEMTYPE_1XEVDVPACKET 0x00000080
> > LINESYSTEMTYPE_UMTS 0x00000100
> > LINESYSTEMTYPE_HSDPA 0x00000200
> > into which of the categories GSM/CDMA do these above values fall?
> > i am really confused please help.
> > ThankYou
> > sachinjesukaran