smpp_free_string_and_buffer
Last updated March 2020
Name
smpp_free_string_and_buffer — Free a string object created using smpp_get_string_and_buffer
Synopsis
#include "modules/mobility/smpp/smpp_util.h"
| void **smpp_free_string_and_buffer** (
| s)
; | |
Description
**Configuration Change. ** This feature is available starting from Momentum 3.2.
Free a string object created using smpp_get_string_and_buffer. Use of this function requires the smpp module.
- s
-
The string. For a description of this data type see “string”.
This function returns void.
It is legal to call this function in any thread.
Was this page helpful?