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

Method GetDesiredParameters

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

Source from the content-addressed store, hash-verified

2106}
2107
2108func (x *MACState) GetDesiredParameters() *MACParameters {
2109 if x != nil {
2110 return x.DesiredParameters
2111 }
2112 return nil
2113}
2114
2115func (x *MACState) GetDeviceClass() Class {
2116 if x != nil {

Calls

no outgoing calls

Tested by

no test coverage detected