ISOTP-C
A platform-agnostic ISOTP implementation in C.
|
#include <isotp_defines.h>
Data Fields | |
uint8_t | type:4 |
uint8_t | SF_DL:4 |
uint8_t | data [7] |
Definition at line 120 of file isotp_defines.h.
uint8_t IsoTpSingleFrame::data[7] |
Definition at line 123 of file isotp_defines.h.
uint8_t IsoTpSingleFrame::SF_DL |
Definition at line 122 of file isotp_defines.h.
uint8_t IsoTpSingleFrame::type |
Definition at line 121 of file isotp_defines.h.