channelUtilization property

  1. @TagNumber(2)
double get channelUtilization

Utilization for the current channel, including well formed TX, RX and malformed RX (aka noise).

Implementation

@$pb.TagNumber(2)
$core.double get channelUtilization => $_getN(1);
  1. @TagNumber(2)
set channelUtilization (double value)

Implementation

@$pb.TagNumber(2)
set channelUtilization($core.double value) => $_setFloat(1, value);