()
| 2741 | } |
| 2742 | |
| 2743 | func (x *DLSettings) GetRx2Dr() DataRateIndex { |
| 2744 | if x != nil { |
| 2745 | return x.Rx2Dr |
| 2746 | } |
| 2747 | return DataRateIndex_DATA_RATE_0 |
| 2748 | } |
| 2749 | |
| 2750 | func (x *DLSettings) GetOptNeg() bool { |
| 2751 | if x != nil { |
no outgoing calls
no test coverage detected