Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheThingsNetwork/lorawan-stack
/ GetRawPayload
Method
GetRawPayload
pkg/ttnpb/join.pb.go:92–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
func
(x *JoinRequest) GetRawPayload() []byte {
93
if
x != nil {
94
return
x.RawPayload
95
}
96
return
nil
97
}
98
99
func
(x *JoinRequest) GetPayload() *Message {
100
if
x != nil {
Callers
5
ValidateFields
Method · 0.95
uplinkMessageFromProto
Function · 0.45
UniqueUplinkMessagesByRSSI
Function · 0.45
FromDownlink
Method · 0.45
FromDownlinkMessage
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected