Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <emimsg.h>
Data Fields | |
int | trn |
char | or |
int | ot |
int | num_fields |
Octstr ** | fields |
Octstr** emimsg::fields |
Definition at line 75 of file emimsg.h.
Referenced by emi2_handle_smscreq(), emimsg_create_reply(), emimsg_create_withlen(), emimsg_destroy(), emimsg_duplicate(), emimsg_tostring(), get_fields(), handle_operation(), main(), make_emi31(), make_emi60(), msg_to_emimsg(), and wait_for_ack().
int emimsg::num_fields |
Definition at line 74 of file emimsg.h.
Referenced by emimsg_create_withlen(), emimsg_destroy(), emimsg_duplicate(), emimsg_tostring(), and get_fields().
char emimsg::or |
Definition at line 72 of file emimsg.h.
Referenced by emi2_emimsg_send(), emi2_handle_smscreq(), emi2_receiver(), emimsg_create_op(), emimsg_create_reply_s(), emimsg_duplicate(), emimsg_tostring(), get_fields(), main(), and wait_for_ack().
int emimsg::ot |
Definition at line 73 of file emimsg.h.
Referenced by emi2_emimsg_send(), emi2_handle_smscreq(), emimsg_create_op(), emimsg_create_reply(), emimsg_create_reply_s(), emimsg_duplicate(), emimsg_send(), emimsg_tostring(), get_fields(), handle_operation(), main(), and wait_for_ack().
int emimsg::trn |
Definition at line 71 of file emimsg.h.
Referenced by emi2_handle_smscreq(), emimsg_create_op(), emimsg_create_reply(), emimsg_create_reply_s(), emimsg_duplicate(), emimsg_tostring(), get_fields(), handle_operation(), main(), make_emi31(), and wait_for_ack().