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