codingRate property
The denominator of the coding rate. ie for 4/5, the value is 5. 4/8 the value is 8.
Implementation
@$pb.TagNumber(5)
$core.int get codingRate => $_getIZ(4);
Implementation
@$pb.TagNumber(5)
set codingRate($core.int value) => $_setUnsignedInt32(4, value);