hopStart property

  1. @TagNumber(15)
int get hopStart

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);
  1. @TagNumber(15)
set hopStart (int value)

Implementation

@$pb.TagNumber(15)
set hopStart($core.int value) => $_setUnsignedInt32(14, value);