![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines AT command handler input structure. More...
#include <atci.h>
Data Fields | |
| char * | string_ptr |
| The input data buffer. More... | |
| uint32_t | string_len |
| The response data buffer. More... | |
| uint32_t | name_len |
| AT command name length. More... | |
| uint32_t | parse_pos |
| The length after detecting the AT command mode. More... | |
| atci_cmd_mode_t | mode |
| For more information, please refer to atci_cmd_mode_t. More... | |
This structure defines AT command handler input structure.
For more information, please refer to at_cmd_hdlr_fp() function.
| atci_cmd_mode_t mode |
For more information, please refer to atci_cmd_mode_t.
| uint32_t name_len |
AT command name length.
For example, in "AT+EXAMPLE=1,2,3", name_len = 10 (without symbol "=")
| uint32_t parse_pos |
The length after detecting the AT command mode.
| uint32_t string_len |
The response data buffer.
| char* string_ptr |
The input data buffer.