Skip to main content

Name

smpp_write_seg_blob — Change or write the text content of the current segment

Synopsis

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

| void **smpp_write_seg_blob** ( | m, |   | |   | seg_data); |   |

ec_message * <var class="pdparam">m</var>; struct smpp_seg_data * <var class="pdparam">seg_data</var>;

Description

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

Change or write the text content of the current segment

Parameters

m

The ec_message.

seg_data

The data to write the the current segment. For a description of this data type see “smpp_seg_data”.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?