autoRefreshInterval property

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

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

Implementation

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

Implementation

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