|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Header for a BLF LIN send error event object (legacy format). More...
#include <blf.h>
Public Attributes | |
| uint16_t | channel |
| uint8_t | id |
| uint8_t | dlc |
| uint8_t | fsmId |
| uint8_t | fsmState |
| uint8_t | headerTime |
| uint8_t | fullTime |
Header for a BLF LIN send error event object (legacy format).
| uint16_t blf_linsenderror::channel |
Logical LIN channel number on which the send error was observed.
| uint8_t blf_linsenderror::dlc |
Data Length Code of the frame that failed to send.
| uint8_t blf_linsenderror::fsmId |
Identifier of the finite state machine instance that processed this frame.
| uint8_t blf_linsenderror::fsmState |
State of the finite state machine at the time the send error occurred.
| uint8_t blf_linsenderror::fullTime |
Total duration of the LIN frame up to the error in bit times.
| uint8_t blf_linsenderror::headerTime |
Duration of the LIN header in bit times.
| uint8_t blf_linsenderror::id |
LIN frame identifier (0–63) of the frame that failed to send.