![]() |
Synergy Software Package User's Manual
|
#include <sf_cellular_api.h>
Data Fields | |
| uint8_t * | p_buff |
| uint32_t | buff_len |
Modem Command/Response structure used to send Custom AT command and to receive response for the same
| uint32_t sf_cellular_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
| uint8_t* sf_cellular_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