#include <SwiStructsGsm.h>
Public Attributes | |
U32 | sizeStruct |
U16 | nSMSId |
SWI_STRUCT_SMS_StoreHeader | sSMSHeader |
U8 | byMessage [LENGTH_MAX_Sms] |
bool | bStoreStatus |
See sample code, Gsm_SMSOutbox
Flag indicating the result of the store. This flag will be returned to the caller by the API. A value of TRUE will indicate that the message was copied to the SIM successfully and it is ready to be sent. FALSE will indicate that the copy failed.
U8 SWI_STRUCT_GSM_SMS_StoreSms::byMessage[LENGTH_MAX_Sms] |
Body of the message to be stored. The body must be populated by the calling application
Reserved for future use
The size, in bytes, of this structure. This value should always be populated by the calling application.
SMS header of the message to be stored. The header must be populated by the calling application.