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

Method GetCurrentParameters

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

Source from the content-addressed store, hash-verified

2099}
2100
2101func (x *MACState) GetCurrentParameters() *MACParameters {
2102 if x != nil {
2103 return x.CurrentParameters
2104 }
2105 return nil
2106}
2107
2108func (x *MACState) GetDesiredParameters() *MACParameters {
2109 if x != nil {

Calls

no outgoing calls

Tested by

no test coverage detected