()
| 2722 | } |
| 2723 | |
| 2724 | func (x *EndDevice) GetMacSettings() *MACSettings { |
| 2725 | if x != nil { |
| 2726 | return x.MacSettings |
| 2727 | } |
| 2728 | return nil |
| 2729 | } |
| 2730 | |
| 2731 | func (x *EndDevice) GetMacState() *MACState { |
| 2732 | if x != nil { |
no outgoing calls
no test coverage detected