Kvaser J1939 Library
J1939Identifier Struct Reference

A struct that represents a J1939 identifier. More...

#include <kvj1939lib_types.h>

Data Fields

uint32_t pgn
 The message PGN. The lower byte is 0 for PDU1 messages.
 
uint8_t priority
 The priority of the message. 0 = highest, 7 = lowest.
 
uint8_t src_addr
 The source address of the message.
 
uint8_t dest_addr
 The destination address of the message. Ignored for PDU2 messages.
 

Detailed Description

A struct that represents a J1939 identifier.

Examples
j1939_logger.c, and tp_sender.cpp.

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