Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <smasi_pdu.h>
Data Fields | |
unsigned long | type |
const char * | type_name |
unsigned int | needs_hyphen |
union { | |
} | u |
Definition at line 84 of file smasi_pdu.h.
unsigned int SMASI_PDU::needs_hyphen |
Definition at line 87 of file smasi_pdu.h.
Referenced by smasi_pdu_pack().
unsigned long SMASI_PDU::type |
Definition at line 85 of file smasi_pdu.h.
Referenced by handle_pdu(), pdu_to_msg(), smasi_pdu_create(), smasi_pdu_destroy(), and smasi_pdu_pack().
const char* SMASI_PDU::type_name |
Definition at line 86 of file smasi_pdu.h.
Referenced by handle_pdu(), and smasi_pdu_pack().
union { ... } SMASI_PDU::u |
Referenced by handle_pdu(), msg_to_pdu(), open_connection(), pdu_to_msg(), send_logoff(), and send_messages().