wifiiot_at.h

Overview

Related Modules:

Wifiiot

Description:

Declares the AT interface functions.

These functions are used for AT initialization as well as command line registration and printing.

Since:

1.0

Version:

1.0

Summary

Data Structures

Data Structure Name Description
AtCmdTbl Defines the AT command registration structure.

Functions

Function Name Description
AtRegisterCmd (const AtCmdTbl cmdTbl, unsigned short cmdNum) unsigned int Registers a certain number of AT commands.
AtSysCmdRegister (void) void Registers a system AT command.
AtPrintf (const char fmt,…) int Formats data and outputs it to the AT command terminal.
AtInit (void) unsigned int Initializes an AT command task.
AtCheckUartBusy (unsigned char enable) void Sets whether to check the UART busy status during low-power voting.