nextHop property
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);
Implementation
@$pb.TagNumber(12)
set nextHop($core.int value) => $_setUnsignedInt32(11, value);