#include <SwiStructsGsm.h>
Public Attributes | |
U32 | sizeStruct |
U32 | nSMSId |
bool | bUnreadSMS |
SWI_STRUCT_SMS_RetrieveHeader | sHeader |
U32 | reserved |
U32 | nMsgLength |
U8 | byMessage [LENGTH_MAX_Sms] |
See sample code, Gsm_SMSInbox
Unread Message Flag. This flag should always be set by the calling application. To read an UNREAD message this field should be set to TRUE. To read a previously READ message this field should be set to FALSE.
U8 SWI_STRUCT_GSM_SMS_RetrieveSms::byMessage[LENGTH_MAX_Sms] |
Body of the retrieved message
Length of the retrieve message body, in bytes
Message Identifier of the retrieved message. This identifier is assigned to a particular message by the device.
Reserved for future use
SMS header for the retrieve message
The size, in bytes, of this structure. This value should always be populated by the calling application.