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

Method GetPingSlotFrequency

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

Source from the content-addressed store, hash-verified

1692}
1693
1694func (x *MACSettings) GetPingSlotFrequency() *ZeroableFrequencyValue {
1695 if x != nil {
1696 return x.PingSlotFrequency
1697 }
1698 return nil
1699}
1700
1701func (x *MACSettings) GetBeaconFrequency() *ZeroableFrequencyValue {
1702 if x != nil {

Callers 5

ValidateFieldsMethod · 0.95
validateProfileFunction · 0.45
DevicePingSlotFrequencyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected