()
| 2176 | } |
| 2177 | |
| 2178 | func (x *MACState) GetPendingJoinRequest() *MACState_JoinRequest { |
| 2179 | if x != nil { |
| 2180 | return x.PendingJoinRequest |
| 2181 | } |
| 2182 | return nil |
| 2183 | } |
| 2184 | |
| 2185 | func (x *MACState) GetRxWindowsAvailable() bool { |
| 2186 | if x != nil { |
no outgoing calls