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

Method GetMode

pkg/ttnpb/end_device.pb.go:1472–1477  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1470}
1471
1472func (m *ADRSettings) GetMode() isADRSettings_Mode {
1473 if m != nil {
1474 return m.Mode
1475 }
1476 return nil
1477}
1478
1479func (x *ADRSettings) GetStatic() *ADRSettings_StaticMode {
1480 if x, ok := x.GetMode().(*ADRSettings_Static); ok {

Callers 5

GetStaticMethod · 0.95
GetDynamicMethod · 0.95
GetDisabledMethod · 0.95
adrSteerDeviceChannelsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected