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

#include <isotp_defines.h>

Collaboration diagram for IsoTpCanMessage:

Data Fields

union {
   IsoTpPciType   common
 
   IsoTpSingleFrame   single_frame
 
   IsoTpFirstFrame   first_frame
 
   IsoTpConsecutiveFrame   consecutive_frame
 
   IsoTpFlowControl   flow_control
 
   IsoTpDataArray   data_array
 
as
 

Detailed Description

Definition at line 183 of file isotp_defines.h.

Field Documentation

◆ 

union { ... } IsoTpCanMessage::as

◆ common

IsoTpPciType IsoTpCanMessage::common

Definition at line 185 of file isotp_defines.h.

Referenced by isotp_on_can_message().

◆ consecutive_frame

IsoTpConsecutiveFrame IsoTpCanMessage::consecutive_frame

◆ data_array

◆ first_frame

IsoTpFirstFrame IsoTpCanMessage::first_frame

Definition at line 187 of file isotp_defines.h.

Referenced by isotp_receive_first_frame(), and isotp_send_first_frame().

◆ flow_control

IsoTpFlowControl IsoTpCanMessage::flow_control

Definition at line 189 of file isotp_defines.h.

Referenced by isotp_on_can_message(), and isotp_send_flow_control().

◆ single_frame

IsoTpSingleFrame IsoTpCanMessage::single_frame

Definition at line 186 of file isotp_defines.h.

Referenced by isotp_receive_single_frame(), and isotp_send_single_frame().


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