hopStart property
Hop limit with which the original packet started. Sent via LoRa using three bits in the unencrypted header. When receiving a packet, the difference between hop_start and hop_limit gives how many hops it traveled.
Implementation
@$pb.TagNumber(15)
$core.int get hopStart => $_getIZ(14);
Implementation
@$pb.TagNumber(15)
set hopStart($core.int value) => $_setUnsignedInt32(14, value);