![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines the response structure. More...
#include <atci.h>
Data Fields | |
| uint8_t | response_buf [(1024)] |
| The response data buffer. More... | |
| uint16_t | response_len |
| The actual data length of response_buf. More... | |
| uint32_t | response_flag |
| For more information, please refer to atci_response_flag_t. More... | |
This structure defines the response structure.
For more information, please refer to atci_send_response() function.
| uint8_t response_buf[(1024)] |
The response data buffer.
| uint32_t response_flag |
For more information, please refer to atci_response_flag_t.
| uint16_t response_len |
The actual data length of response_buf.