|
void | g2c3g_cfg_setup (g2c3g_cfg_t *cfg) |
| Config Object Initialization function. More...
|
|
G2C3G_RETVAL | g2c3g_init (g2c3g_t *ctx, g2c3g_cfg_t *cfg) |
| Initialization function. More...
|
|
void | g2c3g_module_reset (g2c3g_t *ctx) |
| Reset module. More...
|
|
uint8_t | g2c3g_led_net (g2c3g_t *ctx) |
| Led network. More...
|
|
uint8_t | g2c3g_led_conn (g2c3g_t *ctx) |
| Led connection. More...
|
|
void | g2c3g_generic_write (g2c3g_t *ctx, char *data_buf, uint16_t len) |
| Generic write function. More...
|
|
int32_t | g2c3g_generic_read (g2c3g_t *ctx, char *data_buf, uint16_t max_len) |
| Generic read function. More...
|
|
void | g2c3g_send_command (g2c3g_t *ctx, char *command) |
| Function for send command. More...
|
|
void | g2c3g_send_operator_cfg (g2c3g_t *ctx, char *op_apn, char *op_username, char *op_password) |
| Operater configuration. More...
|
|
void | g2c3g_send_broker_cfg (g2c3g_t *ctx, char *brc_key, char *brc_password) |
| Broker configuration. More...
|
|
void | g2c3g_send_data_ref (g2c3g_t *ctx, char *reference_buf, char *data_buf) |
| Send data reference. More...
|
|
g2c3g_error_t | g2c3g_actuator_sw_parser (char *rsp, char *act_ref, g2c3g_actuator_sw_t *sw_state) |
| Switch parser function. More...
|
|
g2c3g_error_t | g2c3g_actuator_cnt_parser (char *rsp, char *act_ref, g2c3g_actuator_cnt_t *num_data) |
| Counter parser function. More...
|
|
g2c3g_error_t | g2c3g_actuator_str_parser (char *rsp, char *act_ref, g2c3g_actuator_str_t *str_data) |
| String parser function. More...
|
|
This file contains API for G2C 3G Click driver.