Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <smsc_http_p.h>
Data Fields | |
int(* | init )(SMSCConn *conn, CfgGroup *cfg) |
void(* | destroy )(SMSCConn *conn) |
int(* | send_sms )(SMSCConn *conn, Msg *msg) |
void(* | parse_reply )(SMSCConn *conn, Msg *msg, int status, List *headers, Octstr *body) |
void(* | receive_sms )(SMSCConn *conn, HTTPClient *client, List *headers, Octstr *body, List *cgivars) |
Definition at line 73 of file smsc_http_p.h.
void(* smsc_http_fn_callbacks::destroy) (SMSCConn *conn) |
Definition at line 75 of file smsc_http_p.h.
Referenced by httpsmsc_receiver(), httpsmsc_sender(), and smsc_http_create().
Definition at line 74 of file smsc_http_p.h.
Referenced by smsc_http_create().
void(* smsc_http_fn_callbacks::parse_reply) (SMSCConn *conn, Msg *msg, int status, List *headers, Octstr *body) |
Definition at line 77 of file smsc_http_p.h.
Referenced by httpsmsc_send_cb().
void(* smsc_http_fn_callbacks::receive_sms) (SMSCConn *conn, HTTPClient *client, List *headers, Octstr *body, List *cgivars) |
Definition at line 78 of file smsc_http_p.h.
Referenced by httpsmsc_receiver().
Definition at line 76 of file smsc_http_p.h.
Referenced by httpsmsc_send(), and httpsmsc_sender().