Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheThingsNetwork/lorawan-stack
/ GetQueuedResponses
Method
GetQueuedResponses
pkg/ttnpb/end_device.pb.go:2157–2162 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2155
}
2156
2157
func
(x *MACState) GetQueuedResponses() []*MACCommand {
2158
if
x != nil {
2159
return
x.QueuedResponses
2160
}
2161
return
nil
2162
}
2163
2164
func
(x *MACState) GetPendingRequests() []*MACCommand {
2165
if
x != nil {
Callers
1
ValidateFields
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected