| 
    ISOTP-C
    
   A platform-agnostic ISOTP implementation in C. 
   | 
 
#include <isotp_defines.h>
Data Fields | |
| uint8_t | type:4 | 
| uint8_t | FF_DL_high:4 | 
| uint8_t | FF_DL_low | 
| uint8_t | data [6] | 
Definition at line 136 of file isotp_defines.h.
| uint8_t IsoTpFirstFrame::data[6] | 
Definition at line 140 of file isotp_defines.h.
| uint8_t IsoTpFirstFrame::FF_DL_high | 
Definition at line 138 of file isotp_defines.h.
| uint8_t IsoTpFirstFrame::FF_DL_low | 
Definition at line 139 of file isotp_defines.h.
| uint8_t IsoTpFirstFrame::type | 
Definition at line 137 of file isotp_defines.h.