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

Method GetModulation

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

Source from the content-addressed store, hash-verified

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

Callers 8

GetLoraMethod · 0.95
GetFskMethod · 0.95
GetLrfhssMethod · 0.95
fromPBDataRateFunction · 0.80
toPBDataRateFunction · 0.80
FromDownlinkMessageFunction · 0.80
UnmarshalJSONMethod · 0.80
UnmarshalJSONMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected