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

Method GetRejoinRequestPayload

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

Source from the content-addressed store, hash-verified

2134}
2135
2136func (x *Message) GetRejoinRequestPayload() *RejoinRequestPayload {
2137 if x, ok := x.GetPayload().(*Message_RejoinRequestPayload); ok {
2138 return x.RejoinRequestPayload
2139 }
2140 return nil
2141}
2142
2143type isMessage_Payload interface {
2144 isMessage_Payload()

Callers 5

ValidateFieldsMethod · 0.95
FieldIsZeroMethod · 0.95
EndDeviceIdentifiersMethod · 0.95
AppendMessageFunction · 0.80
processDownlinkFunction · 0.80

Calls 1

GetPayloadMethod · 0.95

Tested by

no test coverage detected