Skip to main content

Name

smpp_data_coding_name — Retrieve the data coding name from the PDU

Synopsis

#include "modules/mobility/smpp/smpp_util.h"

| char * **smpp_data_coding_name** ( | pdu); |   |

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

Description

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

Retrieve the data coding name from the PDU.

Parameters

pdu

For information about this data structure see SMPP_PDU.

Return Values

The data coding string.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?