|
void | gsmgnss_cfg_setup (gsmgnss_cfg_t *cfg) |
| Config Object Initialization function.
|
|
GSMGNSS_RETVAL | gsmgnss_init (gsmgnss_t *ctx, gsmgnss_cfg_t *cfg) |
| Initialization function.
|
|
void | gsmgnss_module_power (gsmgnss_t *ctx, uint8_t state) |
| Power ON/OFF the module.
|
|
void | gsmgnss_generic_write (gsmgnss_t *ctx, char *data_buf, uint16_t len) |
| Generic write function.
|
|
int32_t | gsmgnss_generic_read (gsmgnss_t *ctx, char *data_buf, uint16_t max_len) |
| Generic read function.
|
|
void | gsmgnss_set_rts (gsmgnss_t *ctx, uint8_t state) |
| Sets state of the RTS pin.
|
|
uint8_t | gsmgnss_get_cts (gsmgnss_t *ctx) |
| CTS Pin Get function.
|
|
void | gsmgnss_send_cmd (gsmgnss_t *ctx, char *cmd) |
| Send command function.
|
|
void | gsmgnss_send_cmd_with_parameter (gsmgnss_t *ctx, char *at_cmd_buf, char *param_buf) |
| Send command function with parameter.
|
|
void | gsmgnss_send_cmd_check (gsmgnss_t *ctx, char *at_cmd_buf) |
| Check the sent command.
|
|
void | gsmgnss_send_cmd_parameter_check (gsmgnss_t *ctx, char *at_cmd_buf) |
| Check the command parameters.
|
|
void | gsmgnss_set_sim_apn (gsmgnss_t *ctx, char *sim_apn) |
| Set sim card APN.
|
|
void | gsmgnss_send_sms_text (gsmgnss_t *ctx, char *phone_number, char *sms_text) |
| GSM GNSS send SMS in text mode.
|
|
err_t | gsmgnss_send_sms_pdu (gsmgnss_t *ctx, char *service_center_number, char *phone_number, char *sms_text) |
| GSM GNSS send SMS in PDU mode.
|
|
gsmgnss_error_t | gsmgnss_generic_parser (char *rsp, uint8_t command, uint8_t element, char *parser_buf) |
| Generic parser function.
|
|
This file contains API for GSM GNSS Click driver.