Specifies the GPRS class of the TelephonyLine.
| C# | Visual Basic |
public enum LineGprsClass
Public Enumeration LineGprsClass
| Member | Description |
|---|---|
| None |
No GPRS capability.
|
| GsmAndGprs |
Simultaneous voice and GPRS data.
|
| GsmOrGprs |
Simultaneous voice and GPRS traffic channel, one or other data.
|
| GsmOrGprsExclusive |
Either all voice or all GPRS, both traffic channels unmonitored.
|
| GprsOnly |
Only GPRS.
|
| GsmOnly |
Only circuit switched voice and data.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|