Loading...
Searching...
No Matches

The tpcon struct. More...

Detailed Description

The tpcon struct.

It describes the current connection status

Definition at line 92 of file isotp.h.

#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_tsnip
 allocated snip containing data buffer
 

Field Documentation

◆ bs

uint8_t tpcon::bs

block size

Definition at line 95 of file isotp.h.

◆ idx

unsigned tpcon::idx

current index in buf

Definition at line 93 of file isotp.h.

◆ sn

uint8_t tpcon::sn

current sequence number

Definition at line 96 of file isotp.h.

◆ snip

gnrc_pktsnip_t* tpcon::snip

allocated snip containing data buffer

Definition at line 98 of file isotp.h.

◆ state

uint8_t tpcon::state

the protocol state

Definition at line 94 of file isotp.h.

◆ tx_handle

int tpcon::tx_handle

handle of the last sent frame

Definition at line 97 of file isotp.h.


The documentation for this struct was generated from the following file: