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

Method GetMacSettings

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

Source from the content-addressed store, hash-verified

2722}
2723
2724func (x *EndDevice) GetMacSettings() *MACSettings {
2725 if x != nil {
2726 return x.MacSettings
2727 }
2728 return nil
2729}
2730
2731func (x *EndDevice) GetMacState() *MACState {
2732 if x != nil {

Callers 15

SetByIDMethod · 0.95
ValidateFieldsMethod · 0.95
SetMACSettingsProfileMethod · 0.45
generateDataDownlinkMethod · 0.45
processDownlinkTaskMethod · 0.45
handleDeviceRegistryTestFunction · 0.45
relayRulesMappingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected