nextHop property
Last byte of the node number of the node that should be used as the next hop in routing. Set by the firmware internally, clients are not supposed to set this.
Implementation
@$pb.TagNumber(18)
$core.int get nextHop => $_getIZ(17);
Implementation
@$pb.TagNumber(18)
set nextHop($core.int value) => $_setUnsignedInt32(17, value);