pub const NOT_AVAILABLE: u8 = 0xFF;Expand description
The byte a J1939 sender writes for a signal it is not reporting.
A receiver reads this as “not available” rather than as a measurement, which is why a payload starts filled with it instead of with zeros.