Class J1939Message
The fields J1939 packs into an extended CAN identifier.
public sealed class J1939Message
- Inheritance
-
J1939Message
- Inherited Members
Properties
Broadcast
Whether the message is a broadcast.
public bool Broadcast { get; }
Property Value
Destination
The destination address for an addressed (PDU1) message, or null for a
broadcast (PDU2) one.
public byte? Destination { get; }
Property Value
- byte?
PduFormat
The PDU format byte of the parameter group.
public byte PduFormat { get; }
Property Value
Pgn
The parameter group number, which names what the message carries.
public uint Pgn { get; }
Property Value
Priority
The message priority, 0 (highest) to 7.
public byte Priority { get; }
Property Value
Source
The source address: the node that sent the message.
public byte Source { get; }