Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
slqssendsmsparams_s Struct Reference

#include <qaGobiApiSms.h>

Data Fields

ULONG messageFormat
 
ULONG messageSize
 
BYTE * pMessage
 
USHORT messageID
 
ULONG messageFailureCode
 
BYTE * pLinktimer
 
BYTE * pSmsOnIms
 

Detailed Description

This structure contains SMS parameters

Parameters
messageFormat[IN]
  • Message format
    • 0 - CDMA (IS-637B)
    • 1 - 5 (Reserved)
    • 6 - GSM/WCDMA PP
messageSize[IN]
  • The length of the message contents in bytes
pMessage[IN]
  • The message contents in PDU format contains SMS header and payload message
pMessageID[OUT]
  • message reference ID
pMessageFailureCode[OUT]
  • (Optional) Message Failure Code
  • If cause code is not provided, then value will be 0xFFFFFFFF
pSmsOnIms[IN]
  • (Optional) SMS on IMS
  • Indicates whether the message is to be sent on IMS.
  • Values:
    • 0x00 - Message is not to be sent on IMS
    • 0x01 - Message is to be sent on IMS
    • 0x02 to 0xFF - Reserved
pLinktimer[IN]
  • (Optional) Link Timer
  • Keeps the GW SMS link open for the specified number of seconds; can be enabled if more messages are expected to follow

The documentation for this struct was generated from the following file: