snrTowards property

  1. @TagNumber(2)
PbList<int> get snrTowards

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

Implementation

@$pb.TagNumber(2)
$pb.PbList<$core.int> get snrTowards => $_getList(1);