Synergy Software Package User's Manual

#include <sf_wifi_qca4010_api.h>

Data Fields

uint8_t * p_buff
 
uint32_t buff_len
 

Detailed Description

Modem Command/Response structure used to send Custom AT command and to receive response for the same

Field Documentation

◆ buff_len

uint32_t sf_wifi_qca4010_cmd_resp_t::buff_len

AT command/Response buffer length. In case of Response this is both in and out parameter. Input is the length of buffer pointed by p_buff and output is number of bytes of response copied by framework. In case of command it is length of command in p_buff

◆ p_buff

uint8_t* sf_wifi_qca4010_cmd_resp_t::p_buff

AT command/Response buffer. In case of AT command it is input buffer in which user should pass custom command to be sent. In case of Response it is output buffer in which framework will fill the response


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