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

#include <isotp_defines.h>

Data Fields

uint8_t type:4
 
uint8_t SN:4
 
uint8_t data [7]
 

Detailed Description

Definition at line 153 of file isotp_defines.h.

Field Documentation

◆ data

uint8_t IsoTpConsecutiveFrame::data[7]

Definition at line 156 of file isotp_defines.h.

◆ SN

uint8_t IsoTpConsecutiveFrame::SN

Definition at line 155 of file isotp_defines.h.

◆ type

uint8_t IsoTpConsecutiveFrame::type

Definition at line 154 of file isotp_defines.h.


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