Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheThingsNetwork/lorawan-stack
/ GetAck
Method
GetAck
pkg/ttnpb/lorawan.pb.go:2435–2440 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2433
}
2434
2435
func
(x *FCtrl) GetAck() bool {
2436
if
x != nil {
2437
return
x.Ack
2438
}
2439
return
false
2440
}
2441
2442
func
(x *FCtrl) GetFPending() bool {
2443
if
x != nil {
Callers
2
AppendFCtrl
Function · 0.45
getFCtrlAsUint
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected