Lines Matching full:at

30 /* the server AT commands new line sign */
47 /* the maximum number of supported AT clients */
74 AT_RESULT_OK = 0, /* AT result is no error */
75 AT_RESULT_FAILE = -1, /* AT result have a generic error */
76 AT_RESULT_NULL = -2, /* AT result not need return */
77 AT_RESULT_CMD_ERR = -3, /* AT command format error or No way to execute */
78 AT_RESULT_CHECK_FAILE = -4, /* AT command expression format is error */
79 AT_RESULT_PARSE_FAILE = -5, /* AT command arguments parse is error */
116 AT_RESP_OK = 0, /* AT response end is OK */
117 AT_RESP_ERROR = -1, /* AT response end is ERROR */
118 AT_RESP_TIMEOUT = -2, /* AT response is timeout */
119 AT_RESP_BUFF_FULL= -3, /* AT response buffer is full */
141 /* URC(Unsolicited Result Code) object, such as: 'RING', 'READY' request by AT server */
176 /* AT server initialize and start */
179 /* AT server send command execute result to AT device */
184 /* AT server request arguments parse */
190 /* AT client initialize and start*/
193 /* ========================== multiple AT client function ============================ */
195 /* get AT client object */
199 /* AT client wait for connection to external devices. */
202 /* AT client send or receive data */
206 /* set AT client a line end sign */
212 /* AT client send commands to AT server and waiter response */
215 /* AT response object create and delete */
220 /* AT response line buffer get and parse response buffer arguments */
226 /* ========================== single AT client function ============================ */
229 * NOTE: These functions can be used directly when there is only one AT client.
230 …* If there are multiple AT Client in the program, these functions can operate on the first initial…
245 /* AT server device reset */
248 /* AT server device factory reset */