![]() |
RAFW Flexible Software Package Documentation
Release v2.0.1
|
|
#include <rm_atcmd_transport_w_api.h>
Data Fields | |
| uint8_t * | p_at_cmd_string |
| Pointer to ATCMD string. | |
| uint32_t | at_cmd_string_length |
| ATCMD string length. | |
| uint8_t * | p_response_buffer |
| Pointer to ATCMD response buffer. | |
| uint32_t | response_buffer_size |
| ATCMD response buffer string length. | |
| uint32_t | timeout_ms |
| ATCMD timeout in ms. | |
| const char * | p_expect_code |
| Expected string in the ATCMD response. | |
| uint32_t | comm_ch_id |
| Communication channel ID. | |
Data structure
| uint8_t* atcmd_transport_w_data_t::p_at_cmd_string |
Pointer to ATCMD string.
| uint32_t atcmd_transport_w_data_t::at_cmd_string_length |
ATCMD string length.
| uint8_t* atcmd_transport_w_data_t::p_response_buffer |
Pointer to ATCMD response buffer.
| uint32_t atcmd_transport_w_data_t::response_buffer_size |
ATCMD response buffer string length.
| uint32_t atcmd_transport_w_data_t::timeout_ms |
ATCMD timeout in ms.
| const char* atcmd_transport_w_data_t::p_expect_code |
Expected string in the ATCMD response.
| uint32_t atcmd_transport_w_data_t::comm_ch_id |
Communication channel ID.