The tpcon struct.
More...
The tpcon struct.
It describes the current connection status
Definition at line 91 of file isotp.h.
#include <isotp.h>
|
| 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
|
| |
◆ bs
block size
Definition at line 94 of file isotp.h.
◆ idx
current index in buf
Definition at line 92 of file isotp.h.
◆ sn
current sequence number
Definition at line 95 of file isotp.h.
◆ snip
allocated snip containing data buffer
Definition at line 97 of file isotp.h.
◆ state
the protocol state
Definition at line 93 of file isotp.h.
◆ tx_handle
handle of the last sent frame
Definition at line 96 of file isotp.h.
The documentation for this struct was generated from the following file: