Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
wcdmaMsgEncodingParams Struct Reference

#include <qaGobiApiSms.h>

Data Fields

ULONG messageSize
 
CHAR * pDestAddr
 
CHAR * pTextMsg
 
CHAR PDUMessage [SMS_ASCII_STRING_SIZE]
 
BYTE alphabet
 

Detailed Description

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]
  • Encoded PDU message
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: