|
lteiot10 2.2.1
|
This file contains API for LTE IoT 10 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 | lteiot10_t |
| LTE IoT 10 Click context object. More... | |
| struct | lteiot10_cfg_t |
| LTE IoT 10 Click configuration object. More... | |
Enumerations | |
| enum | lteiot10_return_value_t { LTEIOT10_OK = 0 , LTEIOT10_ERROR = -1 , LTEIOT10_ERROR_TIMEOUT = -2 , LTEIOT10_ERROR_CMD = -3 } |
| LTE IoT 10 Click return value data. More... | |
Functions | |
| void | lteiot10_cfg_setup (lteiot10_cfg_t *cfg) |
| LTE IoT 10 configuration object setup function. | |
| err_t | lteiot10_init (lteiot10_t *ctx, lteiot10_cfg_t *cfg) |
| LTE IoT 10 initialization function. | |
| err_t | lteiot10_generic_write (lteiot10_t *ctx, uint8_t *data_in, uint16_t len) |
| LTE IoT 10 data writing function. | |
| err_t | lteiot10_generic_read (lteiot10_t *ctx, uint8_t *data_out, uint16_t len) |
| LTE IoT 10 data reading function. | |
| void | lteiot10_set_wkp_pin (lteiot10_t *ctx, uint8_t state) |
| LTE IoT 10 set WKP pin function. | |
| void | lteiot10_set_rst_pin (lteiot10_t *ctx, uint8_t state) |
| LTE IoT 10 set RST pin function. | |
| void | lteiot10_set_rts_pin (lteiot10_t *ctx, uint8_t state) |
| LTE IoT 10 set RTS pin function. | |
| uint8_t | lteiot10_get_ring_pin (lteiot10_t *ctx) |
| LTE IoT 10 get RING pin function. | |
| uint8_t | lteiot10_get_cts_pin (lteiot10_t *ctx) |
| LTE IoT 10 get CTS pin function. | |
| void | lteiot10_reset_device (lteiot10_t *ctx) |
| LTE IoT 10 reset device function. | |
| void | lteiot10_cmd_run (lteiot10_t *ctx, uint8_t *cmd) |
| LTE IoT 10 cmd run function. | |
| void | lteiot10_cmd_set (lteiot10_t *ctx, uint8_t *cmd, uint8_t *value) |
| LTE IoT 10 cmd set function. | |
| void | lteiot10_cmd_get (lteiot10_t *ctx, uint8_t *cmd) |
| LTE IoT 10 cmd get function. | |
| void | lteiot10_cmd_help (lteiot10_t *ctx, uint8_t *cmd) |
| LTE IoT 10 cmd help function. | |
| void | lteiot10_set_sim_apn (lteiot10_t *ctx, uint8_t *sim_apn) |
| Set sim card APN. | |
| void | lteiot10_send_sms_text (lteiot10_t *ctx, uint8_t *phone_number, uint8_t *sms_text) |
| LTE IoT 10 send SMS in text mode. | |
| err_t | lteiot10_send_sms_pdu (lteiot10_t *ctx, uint8_t *service_center_number, uint8_t *phone_number, uint8_t *sms_text) |
| LTE IoT 10 send SMS in PDU mode. | |
This file contains API for LTE IoT 10 Click Driver.