Skip to main content

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); |   |

SMPP_PDU * <var class="pdparam">pdu</var>;

Description

**Configuration Change. ** This feature is available starting from Momentum 3.2.

Retrieve the Message ID from the PDU.

Parameters

pdu

The SMPP_PDU. For a definition of this struct see “SMPP_PDU”.

Return Values

The messageID string.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?