loraConfig property

  1. @TagNumber(2)
Config_LoRaConfig get loraConfig

LoRa config

Implementation

@$pb.TagNumber(2)
$1.Config_LoRaConfig get loraConfig => $_getN(1);
  1. @TagNumber(2)
set loraConfig (Config_LoRaConfig value)

Implementation

@$pb.TagNumber(2)
set loraConfig($1.Config_LoRaConfig value) => $_setField(2, value);