carriageSequence property

  1. @TagNumber(5)
int get carriageSequence

Identifies the order of this carriage with respect to the other carriages in the vehicle's list of CarriageDetails. The first carriage in the direction of travel must have a value of 1. The second value corresponds to the second carriage in the direction of travel and must have a value of 2, and so forth. For example, the first carriage in the direction of travel has a value of 1. If the second carriage in the direction of travel has a value of 3, consumers will discard data for all carriages (i.e., the multi_carriage_details field). Carriages without data must be represented with a valid carriage_sequence number and the fields without data should be omitted (alternately, those fields could also be included and set to the "no data" values). This message/field is still experimental, and subject to change. It may be formally adopted in the future.

Implementation

@$pb.TagNumber(5)
$core.int get carriageSequence => $_getIZ(4);
  1. @TagNumber(5)
set carriageSequence (int v)

Implementation

@$pb.TagNumber(5)
set carriageSequence($core.int v) { $_setUnsignedInt32(4, v); }