()
| 2141 | } |
| 2142 | |
| 2143 | func (x *MACState) GetPingSlotPeriodicity() *PingSlotPeriodValue { |
| 2144 | if x != nil { |
| 2145 | return x.PingSlotPeriodicity |
| 2146 | } |
| 2147 | return nil |
| 2148 | } |
| 2149 | |
| 2150 | func (x *MACState) GetPendingApplicationDownlink() *ApplicationDownlink { |
| 2151 | if x != nil { |
no outgoing calls
no test coverage detected