SMPPEX.Session.reply
You're seeing just the function
reply
, go back to SMPPEX.Session module for more information.
Specs
Replies to a client calling Session.call
method.
This function can be used to explicitly send a reply to a client that called call/3
.
from
must be the from
argument (the second argument) accepted by handle_call/3
callbacks.
The return value is always :ok
.