|
void | c4gltee_cfg_setup (c4gltee_cfg_t *cfg) |
| 4G LTE-E configuration object setup function. More...
|
|
err_t | c4gltee_init (c4gltee_t *ctx, c4gltee_cfg_t *cfg) |
| 4G LTE-E initialization function. More...
|
|
void | c4gltee_module_power_on (c4gltee_t *ctx) |
| Power ON the module function. More...
|
|
err_t | c4gltee_generic_write (c4gltee_t *ctx, char *data_buf, uint16_t len) |
| 4G LTE-E data writing function. More...
|
|
err_t | c4gltee_generic_read (c4gltee_t *ctx, char *data_buf, uint16_t max_len) |
| 4G LTE-E data reading function. More...
|
|
void | c4gltee_set_rts_pin (c4gltee_t *ctx, uint8_t state) |
| Sets state of the RTS pin. More...
|
|
void | c4gltee_set_pwk_pin (c4gltee_t *ctx, uint8_t state) |
| Sets state of the PWK pin. More...
|
|
uint8_t | c4gltee_get_cts_pin (c4gltee_t *ctx) |
| CTS Pin Get function. More...
|
|
uint8_t | c4gltee_get_sta_pin (c4gltee_t *ctx) |
| STA Pin Get function. More...
|
|
uint8_t | c4gltee_get_ring_pin (c4gltee_t *ctx) |
| RING Pin Get function. More...
|
|
void | c4gltee_send_cmd (c4gltee_t *ctx, char *cmd) |
| Send command function. More...
|
|
void | c4gltee_send_cmd_with_parameter (c4gltee_t *ctx, char *at_cmd_buf, char *param_buf) |
| Send command function with parameter. More...
|
|
void | c4gltee_send_cmd_check (c4gltee_t *ctx, char *at_cmd_buf) |
| Check the sent command. More...
|
|
void | c4gltee_send_cmd_parameter_check (c4gltee_t *ctx, char *at_cmd_buf) |
| Check the command parameters. More...
|
|
void | c4gltee_set_sim_apn (c4gltee_t *ctx, char *sim_apn) |
| Set sim card APN. More...
|
|
void | c4gltee_send_sms_text (c4gltee_t *ctx, char *phone_number, char *sms_text) |
| 4G LTE-E send SMS in text mode. More...
|
|
err_t | c4gltee_send_sms_pdu (c4gltee_t *ctx, char *service_center_number, char *phone_number, char *sms_text) |
| 4G LTE-E send SMS in PDU mode. More...
|
|
This file contains API for 4G LTE-E Click Driver.