smppex v0.1.1 SMPPEX.SMPPHandler protocol
Summary
Types
handle_pdu_result ::
:ok |
{:ok, session} |
{:ok, session, [SMPPEX.Pdu.t]} |
{:stop, session, [SMPPEX.Pdu.t]} |
:stop
init_error :: any
init_reult :: {:ok, session} | init_error
protocol :: pid
ref :: any
send_pdu_result :: :ok | {:error, any}
session :: any
socket :: port
t :: term
transport :: module
Functions
Specs
handle_pdu(session, SMPPEX.Protocol.pdu_parse_result) :: handle_pdu_result
Specs
handle_send_pdu_result(session, SMPPEX.Pdu.t, send_pdu_result) :: session