()
| 2734 | } |
| 2735 | |
| 2736 | func (x *DLSettings) GetRx1DrOffset() DataRateOffset { |
| 2737 | if x != nil { |
| 2738 | return x.Rx1DrOffset |
| 2739 | } |
| 2740 | return DataRateOffset_DATA_RATE_OFFSET_0 |
| 2741 | } |
| 2742 | |
| 2743 | func (x *DLSettings) GetRx2Dr() DataRateIndex { |
| 2744 | if x != nil { |
no outgoing calls
no test coverage detected