|
lteiot12 2.2.0
|
This file contains API for LTE IoT 12 Click Driver. More...
#include "drv_digital_out.h"#include "drv_digital_in.h"#include "drv_uart.h"Go to the source code of this file.
Data Structures | |
| struct | lteiot12_t |
| LTE IoT 12 Click context object. More... | |
| struct | lteiot12_cfg_t |
| LTE IoT 12 Click configuration object. More... | |
Enumerations | |
| enum | lteiot12_return_value_t { LTEIOT12_OK = 0 , LTEIOT12_ERROR = -1 , LTEIOT12_ERROR_TIMEOUT = -2 , LTEIOT12_ERROR_CMD = -3 , LTEIOT12_ERROR_UNKNOWN = -4 } |
| LTE IoT 12 Click return value data. More... | |
Functions | |
| void | lteiot12_cfg_setup (lteiot12_cfg_t *cfg) |
| LTE IoT 12 configuration object setup function. | |
| err_t | lteiot12_init (lteiot12_t *ctx, lteiot12_cfg_t *cfg) |
| LTE IoT 12 initialization function. | |
| err_t | lteiot12_generic_write (lteiot12_t *ctx, uint8_t *data_in, uint16_t len) |
| LTE IoT 12 data writing function. | |
| err_t | lteiot12_generic_read (lteiot12_t *ctx, uint8_t *data_out, uint16_t len) |
| LTE IoT 12 data reading function. | |
| void | lteiot12_set_pwr_pin (lteiot12_t *ctx, uint8_t state) |
| LTE IoT 12 set PWR pin function. | |
| void | lteiot12_set_rts_pin (lteiot12_t *ctx, uint8_t state) |
| LTE IoT 12 set RTS pin function. | |
| uint8_t | lteiot12_get_sta_pin (lteiot12_t *ctx) |
| LTE IoT 12 get STA pin function. | |
| uint8_t | lteiot12_get_ring_pin (lteiot12_t *ctx) |
| LTE IoT 12 get RING pin function. | |
| uint8_t | lteiot12_get_cts_pin (lteiot12_t *ctx) |
| LTE IoT 12 get CTS pin function. | |
| void | lteiot12_set_power_state (lteiot12_t *ctx, uint8_t state) |
| LTE IoT 12 set power state function. | |
| void | lteiot12_cmd_run (lteiot12_t *ctx, uint8_t *cmd) |
| LTE IoT 12 cmd run function. | |
| void | lteiot12_cmd_set (lteiot12_t *ctx, uint8_t *cmd, uint8_t *value) |
| LTE IoT 12 cmd set function. | |
| void | lteiot12_cmd_get (lteiot12_t *ctx, uint8_t *cmd) |
| LTE IoT 12 cmd get function. | |
| void | lteiot12_cmd_help (lteiot12_t *ctx, uint8_t *cmd) |
| LTE IoT 12 cmd help function. | |
| void | lteiot12_set_sim_apn (lteiot12_t *ctx, uint8_t *sim_apn) |
| LTE IoT 12 set SIM card APN function. | |
| void | lteiot12_send_sms_text (lteiot12_t *ctx, uint8_t *phone_number, uint8_t *sms_text) |
| LTE IoT 12 send SMS in text mode function. | |
| err_t | lteiot12_send_sms_pdu (lteiot12_t *ctx, uint8_t *service_center_number, uint8_t *phone_number, uint8_t *sms_text) |
| LTE IoT 12 send SMS in PDU mode function. | |
| err_t | lteiot12_parse_gga (uint8_t *rsp_buf, uint8_t gga_element, uint8_t *element_data) |
| LTE IoT 12 parse GGA function. | |
This file contains API for LTE IoT 12 Click Driver.