| 
    ISOTP-C
    
   A platform-agnostic ISOTP implementation in C. 
   | 
 
#include <isotp_defines.h>
Data Fields | |
| uint8_t | type:4 | 
| uint8_t | SN:4 | 
| uint8_t | data [7] | 
Definition at line 153 of file isotp_defines.h.
| uint8_t IsoTpConsecutiveFrame::data[7] | 
Definition at line 156 of file isotp_defines.h.
| uint8_t IsoTpConsecutiveFrame::SN | 
Definition at line 155 of file isotp_defines.h.
| uint8_t IsoTpConsecutiveFrame::type | 
Definition at line 154 of file isotp_defines.h.