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

Method GetRecentUplinks

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

Source from the content-addressed store, hash-verified

2190}
2191
2192func (x *MACState) GetRecentUplinks() []*MACState_UplinkMessage {
2193 if x != nil {
2194 return x.RecentUplinks
2195 }
2196 return nil
2197}
2198
2199func (x *MACState) GetRecentDownlinks() []*MACState_DownlinkMessage {
2200 if x != nil {

Callers 2

ValidateFieldsMethod · 0.95
deviceHasPathForDownlinkFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected