|
void | lteiot2_cfg_setup (lteiot2_cfg_t *cfg) |
| Config Object Initialization function.
|
|
LTEIOT2_RETVAL | lteiot2_init (lteiot2_t *ctx, lteiot2_cfg_t *cfg) |
| Initialization function.
|
|
void | lteiot2_module_power (lteiot2_t *ctx, uint8_t state) |
| Power ON/OFF the module.
|
|
void | lteiot2_generic_write (lteiot2_t *ctx, char *data_buf, uint16_t len) |
| Generic write function.
|
|
int32_t | lteiot2_generic_read (lteiot2_t *ctx, char *data_buf, uint16_t max_len) |
| Generic read function.
|
|
void | lteiot2_set_rts (lteiot2_t *ctx, uint8_t state) |
| Sets state of the RTS pin.
|
|
uint8_t | lteiot2_get_cts (lteiot2_t *ctx) |
| CTS Pin Get function.
|
|
void | lteiot2_send_cmd (lteiot2_t *ctx, char *cmd) |
| Send command function.
|
|
void | lteiot2_send_cmd_with_parameter (lteiot2_t *ctx, char *at_cmd_buf, char *param_buf) |
| Send command function with parameter.
|
|
void | lteiot2_send_cmd_check (lteiot2_t *ctx, char *at_cmd_buf) |
| Check the sent command.
|
|
void | lteiot2_send_cmd_parameter_check (lteiot2_t *ctx, char *at_cmd_buf) |
| Check the command parameters.
|
|
void | lteiot2_set_sim_apn (lteiot2_t *ctx, char *sim_apn) |
| Set sim card APN.
|
|
void | lteiot2_send_sms_text (lteiot2_t *ctx, char *phone_number, char *sms_text) |
| LTE IoT 2 send SMS in text mode.
|
|
err_t | lteiot2_send_sms_pdu (lteiot2_t *ctx, char *service_center_number, char *phone_number, char *sms_text) |
| LTE IoT 2 send SMS in PDU mode.
|
|
lteiot2_error_t | lteiot2_generic_parser (char *rsp, uint8_t command, uint8_t element, char *parser_buf) |
| Generic parser function.
|
|
This file contains API for LTE IoT 2 Click driver.