bandwidth property

  1. @TagNumber(3)
int get bandwidth

Bandwidth in MHz Certain bandwidth numbers are 'special' and will be converted to the appropriate floating point value: 31 -> 31.25MHz

Implementation

@$pb.TagNumber(3)
$core.int get bandwidth => $_getIZ(2);
  1. @TagNumber(3)
set bandwidth (int value)

Implementation

@$pb.TagNumber(3)
set bandwidth($core.int value) => $_setUnsignedInt32(2, value);