channelUtilization property
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);
Implementation
@$pb.TagNumber(2)
set channelUtilization($core.double value) => $_setFloat(1, value);