()
| 3189 | } |
| 3190 | |
| 3191 | func (x *TxSettings) GetDownlink() *TxSettings_Downlink { |
| 3192 | if x != nil { |
| 3193 | return x.Downlink |
| 3194 | } |
| 3195 | return nil |
| 3196 | } |
| 3197 | |
| 3198 | func (x *TxSettings) GetConcentratorTimestamp() int64 { |
| 3199 | if x != nil { |
no outgoing calls
no test coverage detected