MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / GetLrfhss

Method GetLrfhss

pkg/ttnpb/lorawan.pb.go:3067–3072  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

ValidateFieldsMethod · 0.95

Calls 1

GetModulationMethod · 0.95

Tested by

no test coverage detected