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