SMPPEX.Session.handle_send_pdu_result
You're seeing just the callback
handle_send_pdu_result
, go back to SMPPEX.Session module for more information.
Specs
handle_send_pdu_result(pdu :: SMPPEX.Pdu.t(), send_pdu_result(), state()) :: state()
Invoked when the SMPP session successfully sent PDU to transport or failed to do this.
pdu
argument contains the PDU for which send status is reported. send_pdu_result
can be
either :ok
or {:error, reason}
.
The returned value is used as the new state.