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

Method GetQueuedJoinAccept

pkg/ttnpb/end_device.pb.go:2171–2176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2169}
2170
2171func (x *MACState) GetQueuedJoinAccept() *MACState_JoinAccept {
2172 if x != nil {
2173 return x.QueuedJoinAccept
2174 }
2175 return nil
2176}
2177
2178func (x *MACState) GetPendingJoinRequest() *MACState_JoinRequest {
2179 if x != nil {

Callers 3

ValidateFieldsMethod · 0.95
SetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected