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