RAFW Flexible Software Package Documentation  Release v2.0.1

 
atcmd_transport_w_data_t Struct Reference

#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.
 

Detailed Description

Data structure

Field Documentation

◆ p_at_cmd_string

uint8_t* atcmd_transport_w_data_t::p_at_cmd_string

Pointer to ATCMD string.

◆ at_cmd_string_length

uint32_t atcmd_transport_w_data_t::at_cmd_string_length

ATCMD string length.

◆ p_response_buffer

uint8_t* atcmd_transport_w_data_t::p_response_buffer

Pointer to ATCMD response buffer.

◆ response_buffer_size

uint32_t atcmd_transport_w_data_t::response_buffer_size

ATCMD response buffer string length.

◆ timeout_ms

uint32_t atcmd_transport_w_data_t::timeout_ms

ATCMD timeout in ms.

◆ p_expect_code

const char* atcmd_transport_w_data_t::p_expect_code

Expected string in the ATCMD response.

◆ comm_ch_id

uint32_t atcmd_transport_w_data_t::comm_ch_id

Communication channel ID.


The documentation for this struct was generated from the following file: