nodeBroadcastIntervalSecs property
Broadcast interval of this neighbor (in seconds). Note: this is for local storage only and will not be sent out over the mesh.
Implementation
@$pb.TagNumber(4)
$core.int get nodeBroadcastIntervalSecs => $_getIZ(3);
Implementation
@$pb.TagNumber(4)
set nodeBroadcastIntervalSecs($core.int value) =>
$_setUnsignedInt32(3, value);