networkThroughputMaxKbps property

  1. @TagNumber.new(15)
Int64 get networkThroughputMaxKbps

Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second.

Implementation

@$pb.TagNumber(15)
$fixnum.Int64 get networkThroughputMaxKbps => $_getI64(6);
  1. @TagNumber.new(15)
set networkThroughputMaxKbps (Int64 v)

Implementation

@$pb.TagNumber(15)
set networkThroughputMaxKbps($fixnum.Int64 v) {
  $_setInt64(6, v);
}