smpp_get_message_id_from_pdu
Last updated March 2020
Name
smpp_get_message_id_from_pdu — Retrieve the Message ID from the PDU
Synopsis
#include "modules/mobility/smpp/smpp_util.h"
| string * **smpp_get_message_id_from_pdu** (
| pdu)
; | |
Description
**Configuration Change. ** This feature is available starting from Momentum 3.2.
Retrieve the Message ID from the PDU.
- pdu
-
The SMPP_PDU. For a definition of this struct see “SMPP_PDU”.
The messageID string.
It is legal to call this function in any thread.
See Also
Was this page helpful?