autoScreenCarouselSecs property
Automatically toggles to the next page on the screen like a carousel, based the specified interval in seconds. Potentially useful for devices without user buttons.
Implementation
@$pb.TagNumber(3)
$core.int get autoScreenCarouselSecs => $_getIZ(2);
Implementation
@$pb.TagNumber(3)
set autoScreenCarouselSecs($core.int value) => $_setUnsignedInt32(2, value);