networkThroughputMaxKbps property
- @TagNumber.new(15)
Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second.
Implementation
@$pb.TagNumber(15)
$fixnum.Int64 get networkThroughputMaxKbps => $_getI64(6);
- @TagNumber.new(15)
Implementation
@$pb.TagNumber(15)
set networkThroughputMaxKbps($fixnum.Int64 v) {
$_setInt64(6, v);
}