LIN_slave_portable_Arduino 1.4
Arduino library for Local Interconnect Network slave node emulation
Loading...
Searching...
No Matches
LIN_Slave_Base::callback_t Struct Reference

User-defined callback function with data length. More...

#include <LIN_slave_Base.h>

Public Attributes

uint8_t type_numData
 frame type (high nibble) and number of data bytes (low nibble)
 
LinMessageCallback fct
 frame callback function
 

Detailed Description

User-defined callback function with data length.

Definition at line 107 of file LIN_slave_Base.h.

Member Data Documentation

◆ fct

LinMessageCallback LIN_Slave_Base::callback_t::fct

frame callback function

Definition at line 110 of file LIN_slave_Base.h.

◆ type_numData

uint8_t LIN_Slave_Base::callback_t::type_numData

frame type (high nibble) and number of data bytes (low nibble)

Definition at line 109 of file LIN_slave_Base.h.


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