Class GeneratedTxConfig
-
- All Implemented Interfaces:
-
java.io.Serializable
public class GeneratedTxConfig implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description public Integer
mFrequency
public Integer
mDataRate
public Integer
mModulation
public Integer
mDeviation
-
Constructor Summary
Constructors Constructor Description GeneratedTxConfig(Integer frequency, Integer dataRate, Integer modulation, Integer deviation)
GeneratedTxConfig(GeneratedTxConfig generatedTxConfig)
-
Method Summary
Modifier and Type Method Description Integer
getFrequency()
Integer
getDataRate()
Integer
getModulation()
Integer
getDeviation()
-
-
Constructor Detail
-
GeneratedTxConfig
GeneratedTxConfig(Integer frequency, Integer dataRate, Integer modulation, Integer deviation)
-
GeneratedTxConfig
GeneratedTxConfig(GeneratedTxConfig generatedTxConfig)
-
-
Method Detail
-
getFrequency
@NonNull() Integer getFrequency()
-
getDataRate
@NonNull() Integer getDataRate()
-
getModulation
@NonNull() Integer getModulation()
-
getDeviation
@NonNull() Integer getDeviation()
-
-
-
-