snrBack property

  1. @TagNumber(4)
PbList<int> get snrBack

The list of SNRs (in dB, scaled by 4) in the route back from the destination.

Implementation

@$pb.TagNumber(4)
$pb.PbList<$core.int> get snrBack => $_getList(3);