()
| 3065 | } |
| 3066 | |
| 3067 | func (x *DataRate) GetLrfhss() *LRFHSSDataRate { |
| 3068 | if x, ok := x.GetModulation().(*DataRate_Lrfhss); ok { |
| 3069 | return x.Lrfhss |
| 3070 | } |
| 3071 | return nil |
| 3072 | } |
| 3073 | |
| 3074 | type isDataRate_Modulation interface { |
| 3075 | isDataRate_Modulation() |
no test coverage detected