| ISOTP-C
    A platform-agnostic ISOTP implementation in C. | 

Go to the source code of this file.
| Macros | |
| #define | ISO_TP_DEFAULT_BLOCK_SIZE 8 | 
| #define | ISO_TP_DEFAULT_ST_MIN_US 0 | 
| #define | ISO_TP_MAX_WFT_NUMBER 1 | 
| #define | ISO_TP_DEFAULT_RESPONSE_TIMEOUT_US 100000 | 
| #define | ISO_TP_FRAME_PADDING_VALUE 0xAA | 
| #define ISO_TP_DEFAULT_BLOCK_SIZE 8 | 
Definition at line 7 of file isotp_config.h.
| #define ISO_TP_DEFAULT_RESPONSE_TIMEOUT_US 100000 | 
Definition at line 22 of file isotp_config.h.
| #define ISO_TP_DEFAULT_ST_MIN_US 0 | 
Definition at line 12 of file isotp_config.h.
| #define ISO_TP_FRAME_PADDING_VALUE 0xAA | 
Definition at line 31 of file isotp_config.h.
| #define ISO_TP_MAX_WFT_NUMBER 1 | 
Definition at line 17 of file isotp_config.h.