Specifies the type of phone hardware built into the device if present.
| C# | Visual Basic |
[ObsoleteAttribute("Use InTheHand.WindowsMobile.Telephony.Phone.CellularLine.CurrentSystemType")] public enum PhoneSystem
<ObsoleteAttribute("Use InTheHand.WindowsMobile.Telephony.Phone.CellularLine.CurrentSystemType")> _ Public Enumeration PhoneSystem
| Member | Description |
|---|---|
| None |
Device has no phone hardware.
|
| Gsm |
Device is GSM based.
|
| Cdma |
Device is CDMA based.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|
| Requirements | |
|---|---|
| Windows Mobile | Windows Mobile Version 5.0 and later |