lastSentById property
Field to pass neighbor info for the next sending cycle
Implementation
@$pb.TagNumber(2)
$core.int get lastSentById => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set lastSentById($core.int value) => $_setUnsignedInt32(1, value);