|
LinuxSDK
V1.4.0.5
|
#include <SwiApiCdmaSms.h>
Contains CDMA SMS header.
This structure is used to provide input to, and receive output from the SwiRetrieveSMSMessage function.
| swi_bool SWI_STRUCT_CDMA_SMS_RetrieveSms::bUnreadSMS |
Not used
| swi_uint32 SWI_STRUCT_CDMA_SMS_RetrieveSms::cntRemainingSMS |
The number of SMS messages remaining in the modem (all three queues combined).
| swi_uint16 SWI_STRUCT_CDMA_SMS_RetrieveSms::nSMSId |
The message ID number assigned by the network.
| swi_uint8* SWI_STRUCT_CDMA_SMS_RetrieveSms::pMessage |
A pointer provided by the application in which to place the body of the SMS message.
| swi_uint32 SWI_STRUCT_CDMA_SMS_RetrieveSms::retrievedStatus |
For future use; ignore. On return , this parameter will be set to the no. of bytes copied into the pMessage buffer.
| SWI_STRUCT_SMS_CdmaHeader SWI_STRUCT_CDMA_SMS_RetrieveSms::sHeader |
The SMS header for this message.
| swi_uint32 SWI_STRUCT_CDMA_SMS_RetrieveSms::sizeBuffer |
The length in bytes of the buffer supplied to receive the body of the SMS message. This should be based on the maximum size of message supported by the network. The API currently supports up to 240 bytes, although most networks limit this to a lower value.
| swi_uint32 SWI_STRUCT_CDMA_SMS_RetrieveSms::sizeStruct |
Size of this structure