|
void | nbiot_cfg_setup (nbiot_cfg_t *cfg) |
| NB IoT configuration object setup function. More...
|
|
err_t | nbiot_init (nbiot_t *ctx, nbiot_cfg_t *cfg) |
| NB IoT initialization function. More...
|
|
err_t | nbiot_generic_write (nbiot_t *ctx, char *data_buf, uint16_t len) |
| NB IoT data writing function. More...
|
|
err_t | nbiot_generic_read (nbiot_t *ctx, char *data_buf, uint16_t max_len) |
| NB IoT data reading function. More...
|
|
void | nbiot_power_on (nbiot_t *ctx) |
| NB IoT module power on. More...
|
|
void | nbiot_set_rst (nbiot_t *ctx, uint8_t state) |
| Sets state of the RST pin. More...
|
|
uint8_t | nbiot_get_stat (nbiot_t *ctx) |
| STAT Pin Get function. More...
|
|
void | nbiot_send_cmd (nbiot_t *ctx, char *cmd) |
| Send command function. More...
|
|
void | nbiot_send_cmd_with_parameter (nbiot_t *ctx, char *at_cmd_buf, char *param_buf) |
| Send command function with parameter. More...
|
|
void | nbiot_send_cmd_check (nbiot_t *ctx, char *at_cmd_buf) |
| Check the sent command. More...
|
|
void | nbiot_send_cmd_parameter_check (nbiot_t *ctx, char *at_cmd_buf) |
| Check the command parameters. More...
|
|
void | nbiot_set_sim_apn (nbiot_t *ctx, char *sim_apn) |
| Set sim card APN. More...
|
|
This file contains API for NB IoT Click driver.