This structure contains the DUN Call Info response parameters
- Parameters
-
connectionStatus |
- See connectionStatus for more information
- Bit to check in ParamPresenceMask - 16
|
callEndReason |
- Last modem call end reason
- See qaGobiApiTableCallEndReasons.h for Call End Reason
- Only valid if the last call made was DUN, else zero is returned
- Bit to check in ParamPresenceMask - 17
|
txOKBytesCount |
- Number of bytes transmitted without error
- Returned only if a data call is up
- Bit to check in ParamPresenceMask - 18
|
rxOKBytesCount |
- Number of bytes received without error
- Returned only if a data call is up
- Bit to check in ParamPresenceMask - 19
|
dormancyStatus |
- Current traffic channel status
- Returned if a data call is up
- 0x01 - Traffic channel dormant
- 0x02 - Traffic channel active
- Bit to check in ParamPresenceMask - 20
|
dataBearerTech |
- Current data bearer technology
- Returned only if a data call is up
- 0x01 - cdma2000 1X
- 0x02 - cdma2000 HRPD (1xEV-DO)
- 0x03 - GSM
- 0x04 - UMTS
- 0x05 - cdma200 HRPD ( 1xEV-DO RevA)
- 0x06 - EDGE
- 0x07 - HSDPA and WCDMA
- 0x08 - WCDMA and HSUPA
- 0x09 - HSDPA and HSUPA
- 0x0A - LTE
- 0x0B - cdma2000 EHRPD
- 0x0C - HSDPA+ and WCDMA
- 0x0D - HSDPA+ and HSUPA
- 0x0E - DC_HSDPA+ and WCDMA
- 0x0F - DC_HSDPA+ and HSUPA
- 0x10 - HSDPA+ and 64QAM
- 0x11 - HSDPA+, 64QAM and HSUPA
- 0x12 - TDSCDMA
- 0x13 - TDSCDMA and HSDPA
- Bit to check in ParamPresenceMask - 21
|
channelRate |
- See dunchannelRate for more information
- Bit to check in ParamPresenceMask - 22
|
lastCallTXOKBytesCnt |
- Number of bytes transmitted without error during the last data call ( 0 if no call was made ).
- Return only if not in a call and the previous call was made using DUN.
- Bit to check in ParamPresenceMask - 23
|
lastCallRXOKBytesCnt |
- Number of bytes transmitted without error during the last data call ( 0 if no call was made ).
- Return only if not in a call and the previous call was made using DUN.
- Bit to check in ParamPresenceMask - 24
|
mdmCallDurationActive |
- Duration that the call is active in milliseconds
- If the modem connection status is connected, this represents the active duration of the current DUN call
- If the modem connection status is disconnected, this represents the duration of the last DUN call since the device was powered up (0 if no call has been made or if the last call was not DUN)
- Bit to check in ParamPresenceMask - 25
|
lastCallDataBearerTech |
- Last Call Data Bearer Technology
- Returned only if not in a call and when the previous call was made using DUN
- 0x01 - cdma2000 1X
- 0x02 - cdma2000 HRPD (1xEV-DO)
- 0x03 - GSM
- 0x04 - UMTS
- 0x05 - cdma200 HRPD (1xEV-DO Rev A)
- 0x06 - EDGE
- 0x07 - HSDPA and WCDMA
- 0x08 - WCDMA and HSUPA
- 0x09 - HSDPA and HSUPA
- 0x0A - LTE
- 0x0B - cdma2000 EHRPD
- 0x0C - HSDPA+ and WCDMA
- 0x0D - HSDPA+ and HSUPA
- 0x0E - DC_HSDPA+ and WCDMA
- 0x0F - DC_HSDPA+ and HSUPA
- 0x10 - HSDPA+ and 64QAM
- 0x11 - HSDPA+, 64QAM and HSUPA
- 0x12 - TDSCDMA
- 0x13 - TDSCDMA and HSDPA
- Bit to check in ParamPresenceMask - 32
|
ParamPresenceMask |
- bitmask representation to indicate valid parameters.
|