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

Method GetJoinAcceptPayload

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

Source from the content-addressed store, hash-verified

2127}
2128
2129func (x *Message) GetJoinAcceptPayload() *JoinAcceptPayload {
2130 if x, ok := x.GetPayload().(*Message_JoinAcceptPayload); ok {
2131 return x.JoinAcceptPayload
2132 }
2133 return nil
2134}
2135
2136func (x *Message) GetRejoinRequestPayload() *RejoinRequestPayload {
2137 if x, ok := x.GetPayload().(*Message_RejoinRequestPayload); ok {

Callers 6

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

Calls 1

GetPayloadMethod · 0.95

Tested by

no test coverage detected