Lines Matching full:response
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 */
125 /* response buffer */
127 /* the maximum response buffer size */
129 /* the number of setting response lines
130 * == 0: the response data will auto return when received 'OK' or 'ERROR'
131 * != 0: the response data will return when received setting lines number data */
133 /* the count of received response lines */
135 /* the maximum response time */
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 */