nextUpdate property
Estimated/expected time (in seconds) until next update:
- if we update at fixed intervals of X seconds, use X
- if we update at dynamic intervals (based on relative movement etc), but "AT LEAST every Y seconds", use Y
Implementation
@$pb.TagNumber(21)
$core.int get nextUpdate => $_getIZ(20);
Implementation
@$pb.TagNumber(21)
set nextUpdate($core.int value) => $_setUnsignedInt32(20, value);