nextHop property

  1. @TagNumber(12)
int get nextHop

Last byte of the node number of the node that should be used as the next hop to reach this node.

Implementation

@$pb.TagNumber(12)
$core.int get nextHop => $_getIZ(11);
  1. @TagNumber(12)
set nextHop (int value)

Implementation

@$pb.TagNumber(12)
set nextHop($core.int value) => $_setUnsignedInt32(11, value);