staticfinal DJIKeyInfo<AirLinkType> KeyAirLinkType = new DJIKeyInfo<>(componentType.value(),subComponentType.value(),"AirLinkType", new SingleValueConverter<>(AirLinkType.class,AirLinkTypeMsg.class)).canGet(true).canSet(false).canListen(true).canPerformAction(false).setIsEvent(false)
staticfinal DJIKeyInfo<List<FrequencyInterference>> KeyFrequencyPointRSSIInfo = new DJIKeyInfo<>(componentType.value(),subComponentType.value(),"FrequencyPointRSSIInfo", new SingleValueConverter<>((Class)List.class,FrequencyPointRSSIInfo.class)).canGet(true).canSet(false).canListen(true).canPerformAction(false).setIsEvent(false)
staticfinal DJIKeyInfo<List<AirlinkFrequencyBand>> KeyAirlinkFrequencyBandRange = new DJIKeyInfo<>(componentType.value(),subComponentType.value(),"AirlinkFrequencyBandRange", new SingleValueConverter<>((Class)List.class,AirlinkFrequencyBandRangeMsg.class)).canGet(true).canSet(false).canListen(true).canPerformAction(false).setIsEvent(false)
staticfinal DJIKeyInfo<AirlinkFrequencyBand> KeyAirlinkFrequencyBand = new DJIKeyInfo<>(componentType.value(),subComponentType.value(),"AirlinkFrequencyBand", new SingleValueConverter<>(AirlinkFrequencyBand.class,AirlinkFrequencyBandMsg.class)).canGet(true).canSet(true).canListen(true).canPerformAction(false).setIsEvent(false)
staticfinal DJIKeyInfo<ChannelSelectionMode> KeyChannelSelectionMode = new DJIKeyInfo<>(componentType.value(),subComponentType.value(),"ChannelSelectionMode", new SingleValueConverter<>(ChannelSelectionMode.class,ChannelSelectionModeMsg.class)).canGet(true).canSet(true).canListen(true).canPerformAction(false).setIsEvent(false)
staticfinal DJIKeyInfo<AirlinkBandwidth> KeyAirlinkBandwidth = new DJIKeyInfo<>(componentType.value(),subComponentType.value(),"AirlinkBandwidth", new SingleValueConverter<>(AirlinkBandwidth.class,AirlinkBandwidthMsg.class)).canGet(true).canSet(true).canListen(true).canPerformAction(false).setIsEvent(false)
staticfinal DJIKeyInfo<IntMinMax> KeyFrequencyPointIndexRange = new DJIKeyInfo<>(componentType.value(),subComponentType.value(),"FrequencyPointIndexRange", new DJIValueConverter<>(IntMinMax.class)).canGet(true).canSet(false).canListen(true).canPerformAction(false).setIsEvent(false)