#include <SwiStructsGsm.h>
Public Attributes | |
U32 | sizeStruct |
bool | bMsgInSC |
SWI_TYPE_SMS_Routing | eRoutingOption |
U32 | nRecNumber |
U32 | cntUsedRec |
U32 | cntUnreadRec |
U32 | cntMaxRecord |
See sample code, Gsm_SMSInbox
Messages waiting in the service centre flag. This flag is TRUE then there are mobile-terminated messages waiting in the service centre that can not be received by the SIM because there are no free records. This flag is FALSE otherwise.
Maximum record count. The total number of internal records on the SIM that can be used to store mobile-terminated messages. The maximum record count is SIM-dependent
Unread record count This is the number of internal records on the SIm that have been used to store unread mobile-terminated messages
Used record count. This is the number of internal records on the SIM that can be used to store all mobile-terminated messages.
SWI_TYPE_SMS_Routing SWI_STRUCT_GSM_SMS_Status::eRoutingOption |
SMS Routing Option
Received message record number. This is the record number of a just received mobile-terminated message.
The size, in bytes, of this structure. This value should always be populated by the calling application.