AT device structure. More...
#include <at.h>
Data Fields | |
| isrpipe_t | isrpipe | 
| isrpipe used for getting data from uart  | |
| uart_t | uart | 
| UART device where the AT device is attached.  | |
| char * | rp_buf | 
| response parsing buffer  | |
| size_t | rp_buf_size | 
| response parsing buffer size  | |