Class MODULATION


  • public class MODULATION
    extends java.lang.Object
    MODULATION: Part of RF_MODES
    • Field Detail

      • MV_FM0

        public static final MODULATION MV_FM0
        Modulation (M Value): FM0
      • MV_2

        public static final MODULATION MV_2
        Modulation (M Value): 2
      • MV_4

        public static final MODULATION MV_4
        Modulation (M Value): 4
      • MV_8

        public static final MODULATION MV_8
        Modulation (M Value): 8
      • ordinal

        public final int ordinal
    • Method Detail

      • GetModulationValue

        public static MODULATION GetModulationValue​(int value)
      • equals

        public boolean equals​(int val)
      • getValue

        public int getValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object