|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Header for a BLF LIN receive error event object (version 2). More...
#include <blf.h>
Public Attributes | |
| blf_lindatabytetimestampevent_t | linDataByteTimestampEvent |
| uint8_t | data [8] |
| uint8_t | fsmId |
| uint8_t | fsmState |
| uint8_t | stateReason |
| uint8_t | offendingByte |
| uint8_t | shortError |
| uint8_t | timeoutDuringDlcDetection |
| uint8_t | isEtf |
| uint8_t | hasDataBytes |
Header for a BLF LIN receive error event object (version 2).
| uint8_t blf_linrcverror2::data[8] |
Payload bytes captured before the receive error occurred.
| uint8_t blf_linrcverror2::fsmId |
Finite state machine instance identifier (obsolete).
| uint8_t blf_linrcverror2::fsmState |
Finite state machine state at time of capture (obsolete).
| uint8_t blf_linrcverror2::hasDataBytes |
Non-zero if valid data bytes were captured before the error.
| uint8_t blf_linrcverror2::isEtf |
Non-zero if the error occurred within an event-triggered frame.
| blf_lindatabytetimestampevent_t blf_linrcverror2::linDataByteTimestampEvent |
Data byte timestamp event carrying sync, descriptor, and per-byte timestamps.
| uint8_t blf_linrcverror2::offendingByte |
Value of the byte that caused the receive error, if applicable.
| uint8_t blf_linrcverror2::shortError |
Non-zero if a short (dominant) error was detected on the bus.
| uint8_t blf_linrcverror2::stateReason |
Reason code describing why the receive error state was entered.
| uint8_t blf_linrcverror2::timeoutDuringDlcDetection |
Non-zero if a timeout occurred while detecting the DLC.