smpp_read_msg_text_blob
Last updated March 2020
Name
smpp_read_msg_text_blob — Retrieve text blob context variable from an ec_message
Synopsis
#include "modules/mobility/smpp/smpp_util.h"
| string * **smpp_read_msg_text_blob** (
| m, | |
| | key)
; | |
Description
**Configuration Change. ** This feature is available starting from Momentum 3.2.
Retrieve text blob context variable from an ec_message. Valid keys are: BLOB_KEY_SMS_TEXT
, BLOB_KEY_MO_EMAIL_TEXT
.
- m
-
The ec_message. For a description of this data type see “ec_message”.
- key
-
The text blob context key.
The string value of the text blob key.
It is legal to call this function in any thread.
See Also
Was this page helpful?