TelSmsStoredMsgCountInfo_t Struct Reference |
|||||||||||
Data Fields | |
| unsigned int | TotalCount |
| int | UsedCount |
| int | IndexList [TAPI_NETTEXT_GSM_SMS_MSG_NUM_MAX] |
| unsigned int TelSmsStoredMsgCountInfo_t::TotalCount |
Total count of messages stored in SIM
Stored message count in SIM in SIM
| int TelSmsStoredMsgCountInfo_t::IndexList[TAPI_NETTEXT_GSM_SMS_MSG_NUM_MAX] |
Message index list stored in SIM. And the maximum size of this array can be of totalCount.This array contains the list of index values in which the messages are stored.i.e. index_list[totalcount] = [2,3] denotes that indexs 2 and 3 are stored(valid) and others not(empty).
1.5.4