Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <smpp_pdu.h>
Data Fields | |
unsigned long | type |
const char * | type_name |
union { | |
} | u |
Definition at line 90 of file smpp_pdu.h.
unsigned long SMPP_PDU::type |
Definition at line 91 of file smpp_pdu.h.
Referenced by bearerbox_to_smpp(), data_sm_to_msg(), handle_pdu(), pdu_to_msg(), smpp_emu_handle_pdu(), smpp_pdu_create(), smpp_pdu_destroy(), and smpp_pdu_pack().
const char* SMPP_PDU::type_name |
Definition at line 92 of file smpp_pdu.h.
Referenced by bearerbox_to_smpp(), handle_pdu(), smpp_emu_handle_pdu(), and smpp_pdu_dump_line().
union { ... } SMPP_PDU::u |
Referenced by bearerbox_to_smpp(), data_sm_to_msg(), handle_bind_receiver(), handle_bind_transmitter(), handle_enquire_link(), handle_pdu(), handle_submit_sm(), handle_unbind(), msg_to_pdu(), open_receiver(), open_transceiver(), open_transmitter(), pdu_to_msg(), send_gnack(), send_messages(), send_smpp_thread(), smpp_emu_handle_pdu(), and smpp_emu_writer().