smppex v0.1.1 SMPPEX.RawPdu

Summary

Types

header :: {integer, integer, integer}
t :: %SMPPEX.RawPdu{body: term, command_id: term, command_status: term, sequence_number: term}

Functions

body(pdu)

Specs

body(t) :: binary
command_id(pdu)

Specs

command_id(t) :: integer
command_status(pdu)

Specs

command_status(t) :: integer
header(pdu)

Specs

header(t) :: header
new(arg, pdu_body)

Specs

new(header, binary) :: t
sequence_number(pdu)

Specs

sequence_number(t) :: integer