rxSnr property
Never sent over the radio links. Set during reception to indicate the SNR of this packet. Used to collect statistics on current link quality.
Implementation
@$pb.TagNumber(8)
$core.double get rxSnr => $_getN(7);
Implementation
@$pb.TagNumber(8)
set rxSnr($core.double value) => $_setFloat(7, value);