Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
blf_linmessagedescriptor Struct Reference

BLF LIN message descriptor, extending the sync field event with frame identification and protocol metadata. More...

#include <blf.h>

Public Attributes

blf_linsynchfieldevent_t linSynchFieldEvent
uint16_t supplierId
uint16_t messageId
uint8_t configuredNodeAddress
uint8_t id
uint8_t dlc
uint8_t checksumModel

Detailed Description

BLF LIN message descriptor, extending the sync field event with frame identification and protocol metadata.

Member Data Documentation

◆ checksumModel

uint8_t blf_linmessagedescriptor::checksumModel

Checksum model used: 0 = classic, 1 = enhanced.

◆ configuredNodeAddress

uint8_t blf_linmessagedescriptor::configuredNodeAddress

LIN 2.0+ configured node address (NAD) for the slave that owns this frame.

◆ dlc

uint8_t blf_linmessagedescriptor::dlc

Data Length Code indicating the number of data bytes (0–8).

◆ id

uint8_t blf_linmessagedescriptor::id

LIN frame identifier (0–63).

◆ linSynchFieldEvent

blf_linsynchfieldevent_t blf_linmessagedescriptor::linSynchFieldEvent

Sync field event carrying SOF, baud rate, and sync field timings.

◆ messageId

uint16_t blf_linmessagedescriptor::messageId

LIN 2.0: message identifier; LIN 2.1: position index as specified in the LDF.

◆ supplierId

uint16_t blf_linmessagedescriptor::supplierId

LIN 2.0+ supplier identifier associated with this frame's node.


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