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

Method GetJoinRequestPayload

pkg/ttnpb/lorawan.pb.go:2122–2127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2120}
2121
2122func (x *Message) GetJoinRequestPayload() *JoinRequestPayload {
2123 if x, ok := x.GetPayload().(*Message_JoinRequestPayload); ok {
2124 return x.JoinRequestPayload
2125 }
2126 return nil
2127}
2128
2129func (x *Message) GetJoinAcceptPayload() *JoinAcceptPayload {
2130 if x, ok := x.GetPayload().(*Message_JoinAcceptPayload); ok {

Callers 10

FromUplinkMessageMethod · 0.95
ValidateFieldsMethod · 0.95
FieldIsZeroMethod · 0.95
EndDeviceIdentifiersMethod · 0.95
AppendMessageFunction · 0.80
HandleJoinMethod · 0.80
HandleJoinRequestMethod · 0.80
HandleJoinRequestMethod · 0.80
handleJoinRequestMethod · 0.80
processDownlinkFunction · 0.80

Calls 1

GetPayloadMethod · 0.95

Tested by

no test coverage detected