Table of Contents

Class J1939Message

Namespace
Pamoja.Can
Assembly
Pamoja.Can.dll

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

bool

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

byte

Pgn

The parameter group number, which names what the message carries.

public uint Pgn { get; }

Property Value

uint

Priority

The message priority, 0 (highest) to 7.

public byte Priority { get; }

Property Value

byte

Source

The source address: the node that sent the message.

public byte Source { get; }

Property Value

byte