lteiot3 2.1.0.0
|
This file contains API for LTE IoT 3 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 | lteiot3_t |
LTE IoT 3 Click context object. More... | |
struct | lteiot3_cfg_t |
LTE IoT 3 Click configuration object. More... | |
Enumerations | |
enum | lteiot3_return_value_t { LTEIOT3_OK = 0 , LTEIOT3_ERROR = -1 , LTEIOT3_ERROR_TIMEOUT = -2 , LTEIOT3_ERROR_CMD = -3 , LTEIOT3_ERROR_UNKNOWN = -4 } |
LTE IoT 3 Click return value data. More... | |
Functions | |
void | lteiot3_cfg_setup (lteiot3_cfg_t *cfg) |
LTE IoT 3 configuration object setup function. | |
err_t | lteiot3_init (lteiot3_t *ctx, lteiot3_cfg_t *cfg) |
LTE IoT 3 initialization function. | |
err_t | lteiot3_generic_write (lteiot3_t *ctx, uint8_t *data_in, uint16_t len) |
LTE IoT 3 data writing function. | |
err_t | lteiot3_generic_read (lteiot3_t *ctx, uint8_t *data_out, uint16_t len) |
LTE IoT 3 data reading function. | |
void | lteiot3_set_on_pin (lteiot3_t *ctx, uint8_t state) |
LTE IoT 3 set on pin function. | |
void | lteiot3_set_rts_pin (lteiot3_t *ctx, uint8_t state) |
LTE IoT 3 set rts pin function. | |
void | lteiot3_set_cs_pin (lteiot3_t *ctx, uint8_t state) |
LTE IoT 3 set cs pin function. | |
uint8_t | lteiot3_get_smi_pin (lteiot3_t *ctx) |
LTE IoT 3 get smi pin function. | |
uint8_t | lteiot3_get_cts_pin (lteiot3_t *ctx) |
LTE IoT 3 get cts pin function. | |
void | lteiot3_send_cmd (lteiot3_t *ctx, uint8_t *cmd) |
Send command function. | |
void | lteiot3_send_cmd_with_parameter (lteiot3_t *ctx, uint8_t *at_cmd_buf, uint8_t *param_buf) |
Send command function with parameter. | |
void | lteiot3_send_cmd_check (lteiot3_t *ctx, uint8_t *at_cmd_buf) |
Check the sent command. | |
void | lteiot3_send_cmd_parameter_check (lteiot3_t *ctx, uint8_t *at_cmd_buf) |
Check the command parameters. | |
void | lteiot3_set_sim_apn (lteiot3_t *ctx, uint8_t *sim_apn) |
Set sim card APN. | |
void | lteiot3_send_sms_text (lteiot3_t *ctx, uint8_t *phone_number, uint8_t *sms_text) |
LTE IoT 3 send SMS in text mode. | |
err_t | lteiot3_send_sms_pdu (lteiot3_t *ctx, uint8_t *service_center_number, uint8_t *phone_number, uint8_t *sms_text) |
LTE IoT 3 send SMS in PDU mode. | |
err_t | lteiot3_parse_gga (uint8_t *rsp_buf, uint8_t gga_element, uint8_t *element_data) |
LTE IoT 3 parse GGA function. | |
This file contains API for LTE IoT 3 Click Driver.