1 Star 0 Fork 5.1K

an2e9ingC / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
AtCmdTbl.md 4.49 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

AtCmdTbl

Overview

Related Modules:

Wifiiot

Description:

Defines the AT command registration structure.

Summary

Data Fields

Variable Name

Description

atCmdName

char * 

atCmdLen

char 

atTestCmd

AtCallbackFunc 

atQueryCmd

AtCallbackFunc 

atSetupCmd

AtCallbackFunc 

atExeCmd

AtCallbackFunc 

Details

Field Documentation

atCmdLen

char AtCmdTbl::atCmdLen

Description:

AT command length

atCmdName

char* AtCmdTbl::atCmdName

Description:

AT command name

atExeCmd

AtCallbackFunc AtCmdTbl::atExeCmd

Description:

AT command execution

atQueryCmd

AtCallbackFunc AtCmdTbl::atQueryCmd

Description:

AT command query

atSetupCmd

AtCallbackFunc AtCmdTbl::atSetupCmd

Description:

AT command setup

atTestCmd

AtCallbackFunc AtCmdTbl::atTestCmd

Description:

AT test command

1
https://gitee.com/an2e9ingc/docs.git
git@gitee.com:an2e9ingc/docs.git
an2e9ingc
docs
docs
master

搜索帮助