channelUtilization property

  1. @TagNumber(3)
double get channelUtilization

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

Implementation

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

Implementation

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