MCPcopy 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
92func (x *JoinRequest) GetRawPayload() []byte {
93 if x != nil {
94 return x.RawPayload
95 }
96 return nil
97}
98
99func (x *JoinRequest) GetPayload() *Message {
100 if x != nil {

Callers 5

ValidateFieldsMethod · 0.95
uplinkMessageFromProtoFunction · 0.45
FromDownlinkMethod · 0.45
FromDownlinkMessageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected