|
| CommandNode * | CreateCommandNode (const char *const command, const char *const pattern) |
| |
| void | FreeCommandNode (CommandNode *const node) |
| |
| void | CommandListPushFront (CommandList *const list, CommandNode *const node) |
| |
| void | CommandListPushBack (CommandList *const list, CommandNode *const node) |
| |
| void | CommandListPopBack (CommandList *const list) |
| |
| void | CommandListPopFront (CommandList *const list) |
| |
| CommandNode * | GetCommandNode (const CommandList *const list, int index) |
| |
| int | InsertCommandNode (CommandList *const list, int index, CommandNode *const insertNode) |
| |
| int | RemoveCommandNode (CommandList *const list, int index) |
| |
| void | FreeCommandList (CommandList *const list) |
| |
| ModuleSettingNode * | CreateModuleSettingNode (const char *const vid, const char *const pid, int nodeNET, int nodeMODEM, int nodeAT) |
| |
| void | FreeModuleSettingNode (ModuleSettingNode *const node) |
| |
| void | ModuleSettingListPushFront (ModuleSettingList *const list, ModuleSettingNode *const moduleSettingNode) |
| |
| void | ModuleSettingListPushBack (ModuleSettingList *const list, ModuleSettingNode *const moduleSettingNode) |
| |
| void | ModuleSettingListPopBack (ModuleSettingList *const list) |
| |
| void | ModuleSettingListPopFront (ModuleSettingList *const list) |
| |
| ModuleSettingNode * | GetModuleSettingNode (const ModuleSettingList *const list, int index) |
| |
| int | InsertModuleSettingNode (ModuleSettingList *const list, int index, ModuleSettingNode *const moduleSettingNode) |
| |
| int | RemoveModuleSettingNode (ModuleSettingList *const list, int index) |
| |
| void | FreeModuleSettingList (ModuleSettingList *const list) |
| |
| ModuleSettingList * | CreateDefaultModuleSettingList () |
| |
| ModuleSettingList * | GetGSMConfig () |
| |
| int | SaveGSMConfig (const ModuleSettingList *const list) |
| |
- 日期
- 2024-12-09
- 版权所有
- Copyright (c) 2024
在文件 lib_gsm_module_setting.h 中定义.