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