smppex v0.1.1 SMPPEX.MC behaviour
Summary
Types
request :: term
send_pdu_result :: :ok | {:error, term}
socket :: port | :ssl.sslsocket
state :: term
transport :: module
Functions
Specs
handle_send_pdu_result(pid, SMPPEX.Pdu.t, send_pdu_result) :: :ok
Specs
start({module, term}, Keyword.t) ::
{:ok, :ranch.ref} |
{:error, reason :: term}
Callbacks
Specs
handle_call(request, GenServer.from, state) ::
{:reply, reply :: term, state} |
{:noreply, state}
Specs
handle_send_pdu_result(SMPPEX.Pdu.t, SMPPEX.SMPPHandler.send_pdu_result, state) :: state