This structure contains modem connection status
- Parameters
-
MDMConnStatus |
- Current link status
- 0x01 - DISCONNECTED
- 0x02 - CONNECTED
- 0xff - Invalid data.
|
MDMCallDuration |
- Call duration in milliseconds.
- If the modem connection status is connected, this represent the 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 (zero, if no call has been made or if the last call was not DUN).
- 0xffffffffffffffff - Invalid data.
|