Microchip® Advanced Software Framework

exosite_example.h File Reference
#include <compiler.h>
#include "iot/http/http_client.h"

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)