Kannel: Open Source WAP and SMS gateway  svn-r5335
smsc_http_fn_callbacks Struct Reference

#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)
 

Detailed Description

Definition at line 73 of file smsc_http_p.h.

Field Documentation

◆ destroy

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().

◆ init

int(* smsc_http_fn_callbacks::init) (SMSCConn *conn, CfgGroup *cfg)

Definition at line 74 of file smsc_http_p.h.

Referenced by smsc_http_create().

◆ parse_reply

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().

◆ receive_sms

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().

◆ send_sms

int(* smsc_http_fn_callbacks::send_sms) (SMSCConn *conn, Msg *msg)

Definition at line 76 of file smsc_http_p.h.

Referenced by httpsmsc_send(), and httpsmsc_sender().


The documentation for this struct was generated from the following file:
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.