Typedefs | |
typedef void(* | exosite_http_cb )(struct http_client_module *module_inst, int type, union http_client_data *data) |
Functions | |
bool | exosite_example_activiate (char *activate_data) |
bool | exosite_example_init (exosite_http_cb cb) |
bool | exosite_example_read_and_write (char *write_data, char *cik) |
typedef void(* exosite_http_cb)(struct http_client_module *module_inst, int type, union http_client_data *data) |
bool exosite_example_activiate | ( | char * | activate_data | ) |
bool exosite_example_init | ( | exosite_http_cb | cb | ) |
References _exosite_example_configure_http_client(), _exosite_example_configure_timer(), DEBUG, DEBUG_CONF_EXOSITE, and DEBUG_EOL.
Referenced by main().
bool exosite_example_read_and_write | ( | char * | write_data, |
char * | cik | ||
) |
References _exosite_example_http_set_default_entity(), DEBUG, DEBUG_CONF_EXOSITE, DEBUG_EOL, EXOSITE_EXAMPLE_HTTP_CIK_EXT_HEADER, EXOSITE_EXAMPLE_HTTP_READ_AND_WRITE_URL, http_client_module_inst, http_client_send_request(), HTTP_METHOD_POST, http_entity::priv_data, ret, and tick_counter_pending_timer().
Referenced by main().