Skip to main content

Function Interface and Parameters

2.2.1.1. Function Interface for Lua

This is the function interface for Lua:

function mod:smpp_DR_pdu_eval (pdu) 2.2.1.2. Function Interface for C

This is the function interface for C:

static int sample_deliver_receipt_eval
(generic_module_infrastructure *gself, SMPP_PDU *pdu)

Return Values

  • SMPP_CONTINUE

  • SMPP_DELIVERED

Was this page helpful?