SMPPEX.Pdu.command_id
You're seeing just the function
command_id
, go back to SMPPEX.Pdu module for more information.
Specs
command_id(t()) :: non_neg_integer()
Returns Pdu's command_id
.
Examples
iex(1)> pdu = SMPPEX.Pdu.new(1)
iex(2)> SMPPEX.Pdu.command_id(pdu)
1