The tpcon struct. More...
#include <isotp.h>
Data Fields | |
| unsigned | idx | 
current index in buf  | |
| uint8_t | state | 
| the protocol state  | |
| uint8_t | bs | 
| block size  | |
| uint8_t | sn | 
| current sequence number  | |
| int | tx_handle | 
| handle of the last sent frame  | |
| gnrc_pktsnip_t * | snip | 
| allocated snip containing data buffer  | |