Class AggregatedState.RadioConfig

  • Enclosing class:
    AggregatedState

    public static class AggregatedState.RadioConfig
    extends Object
    Radio information with channel, channel_width and tx_power.
    • Field Detail

      • channel

        public int channel
      • channelWidth

        public int channelWidth
      • txPower

        public int txPower
    • Constructor Detail

      • RadioConfig

        public RadioConfig​(com.google.gson.JsonObject radio)
        Constructor with args
      • RadioConfig

        public RadioConfig​(int channel,
                           int channelWidth,
                           int txPower)