smpp_wrap_in_string
Last updated March 2020
Name
smpp_wrap_in_string — Wrap a char string into a string object
Synopsis
#include "modules/mobility/smpp/smpp_util.h"
| string * **smpp_wrap_in_string** (
| c)
; | |
Description
**Configuration Change. ** This feature is available starting from Momentum 3.2.
Wrap a char string into a string object.
The returned string object must be freed by calling smpp_free_string_and_buffer.
- c
-
The input string.
The output string.
It is legal to call this function in any thread.
See Also
Was this page helpful?