ISOTP-C
A platform-agnostic ISOTP implementation in C.
IsoTpFirstFrame Struct Reference

#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]
 

Detailed Description

Definition at line 136 of file isotp_defines.h.

Field Documentation

◆ data

uint8_t IsoTpFirstFrame::data[6]

Definition at line 140 of file isotp_defines.h.

◆ FF_DL_high

uint8_t IsoTpFirstFrame::FF_DL_high

Definition at line 138 of file isotp_defines.h.

◆ FF_DL_low

uint8_t IsoTpFirstFrame::FF_DL_low

Definition at line 139 of file isotp_defines.h.

◆ type

uint8_t IsoTpFirstFrame::type

Definition at line 137 of file isotp_defines.h.


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