![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines AT command handler structure. More...
#include <atci.h>
Data Fields | |
| char * | command_head |
| AT command string. More... | |
| at_cmd_hdlr_fp | command_hdlr |
| The command handler, please refer to at_cmd_hdlr_fp. More... | |
| uint32_t | hash_value1 |
| Use hash value 1 in the AT command string to accelerate search for the command handler. More... | |
| uint32_t | hash_value2 |
| Use hash value 2 in the AT command string to accelerate search for the command handler. More... | |
This structure defines AT command handler structure.
For more information, please refer to at_cmd_hdlr_fp() function.
| at_cmd_hdlr_fp command_hdlr |
The command handler, please refer to at_cmd_hdlr_fp.
| char* command_head |
AT command string.
| uint32_t hash_value1 |
Use hash value 1 in the AT command string to accelerate search for the command handler.
| uint32_t hash_value2 |
Use hash value 2 in the AT command string to accelerate search for the command handler.