#include <qaGobiApiSms.h>
|
ULONG | messageSize |
|
CHAR * | pDestAddr |
|
CHAR * | pTextMsg |
|
CHAR | PDUMessage [SMS_ASCII_STRING_SIZE] |
|
BYTE | alphabet |
|
Structure contains parameters which need to encoded with message
- Parameters
-
messageSize |
- The length of the message contents in bytes
|
pDestAddr[IN] |
- Gives NULL-terminated ASCII String containing destination address
|
pTextMsg[IN] |
- Text message to be encoded, maximum limit is 160 charaters
|
PDUMessage[OUT] |
|
alphabet[IN] |
- Encoding method to generate the PDU
- 0 - 7 bit encoding
- 4 - 8 bit encoding
- 8 - 16 bit UCS2 encoding
- others value will be treated as default 7 bit encoding
|
The documentation for this struct was generated from the following file: