()
| 3044 | } |
| 3045 | |
| 3046 | func (m *DataRate) GetModulation() isDataRate_Modulation { |
| 3047 | if m != nil { |
| 3048 | return m.Modulation |
| 3049 | } |
| 3050 | return nil |
| 3051 | } |
| 3052 | |
| 3053 | func (x *DataRate) GetLora() *LoRaDataRate { |
| 3054 | if x, ok := x.GetModulation().(*DataRate_Lora); ok { |
no outgoing calls
no test coverage detected