|
LinuxSDK
V1.4.0.5
|
#include <SwiApiCdmaSms.h>
Data Fields | |
| swi_uint32 | sizeStruct |
| swi_uint16 | nSMSId |
| SWI_STRUCT_SMS_CdmaHeader | sSMSHeader |
| swi_uint8 * | pMsgBody |
| swi_uint32 | sizeSMSBody |
| swi_uint32 | bStoreStatus |
Contains data used to store SMS.
This structure is used to provide input to the SwiStoreCdmaSMSMessage function.
| swi_uint32 SWI_STRUCT_CDMA_SMS_StoreSms::bStoreStatus |
For future use; ignore.
| swi_uint16 SWI_STRUCT_CDMA_SMS_StoreSms::nSMSId |
This is a unique identifer set by the application. The onus is on the application to ensure message IDs are not duplicated. This ID is used to report the status of sent messages via SWI_NOTIFY_SmsSendStatus.
| swi_uint8* SWI_STRUCT_CDMA_SMS_StoreSms::pMsgBody |
The body of the SMS message. The true length is stored in another field (limited to 240 bytes by the API)
| swi_uint32 SWI_STRUCT_CDMA_SMS_StoreSms::sizeSMSBody |
The length of the message body in bytes up to 240, or a lower limit imposed by your service provider.
| swi_uint32 SWI_STRUCT_CDMA_SMS_StoreSms::sizeStruct |
Size of this structure
| SWI_STRUCT_SMS_CdmaHeader SWI_STRUCT_CDMA_SMS_StoreSms::sSMSHeader |
he SMS header for this message, as described on