autoRefreshInterval property

  1. @TagNumber.new(11)
Int64 get autoRefreshInterval

The time in seconds after which the frame needs to be refreshed

Implementation

@$pb.TagNumber(11)
$fixnum.Int64 get autoRefreshInterval => $_getI64(2);
  1. @TagNumber.new(11)
set autoRefreshInterval (Int64 value)

Implementation

@$pb.TagNumber(11)
set autoRefreshInterval($fixnum.Int64 value) => $_setInt64(2, value);