This structure contains the dms_devCaps parameters.
- Parameters
-
MaxTXChannelRate |
- Maximum Tx channel rate in bits per second
|
MaxRXChannelRate |
- Maximum Rx channel rate in bits per second
|
DataServiceCapability |
- DMS_DATA_CAP_NONE - 0x00
- DMS_DATA_CAP_CS_ONLY-circuit switched only - 0x01
- DMS_DATA_CAP_PS_ONLY-packet switched only - 0x02
- DMS_DATA_CAP_SIMUL_CS_AND_PS - 0x03
- DMS_DATA_CAP_NONSIMUL_CS_AND_PS - 0x04
|
SimCapability |
- SIM_NOT_SUPPORTED - 0x01
- SIM_SUPPORTED - 0x02
|
RadioIfacesSize | -Number of radio interfaces |
RadioIfaces | -List of radio interfaces, each byte will be one of following
- DMS_RADIO_IF_1X- CDMA2000 1X - 0x01
- DMS_RADIO_IF_1X_EVDO- CDMA2000 HRPD - 0x02
- DMS_RADIO_IF_GSM- GSM - 0x04
- DMS_RADIO_IF_UMTS - 0x05
- DMS_RADIO_IF_LTE - 0x08
- DMS_RADIO_IF_TD - 0x09
|