Specifies the system type for a TelephonyLine.
| C# | Visual Basic |
[FlagsAttribute] public enum LineSystemType
<FlagsAttribute> _ Public Enumeration LineSystemType
| Member | Description |
|---|---|
| None |
No air interface standard
|
| IS95A |
IS95A air interface standard
|
| IS95B |
IS95B air interface standard
|
| OneXRtt |
1XRTTPACKET one-carrier radio-transmission technology
|
| Gsm |
Global System for Mobile Communications (GSM)
|
| Gprs |
General Packet Radio Service (GPRS)
|
| Edge |
GSM EDGE
|
| Evdo |
CDMA (1xEVDO)
|
| Evdv |
CDMA (1xEVDV)
|
| Umts |
UMTS
|
| Hsdpa |
HSDPA
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|