()
| 2106 | } |
| 2107 | |
| 2108 | func (x *MACState) GetDesiredParameters() *MACParameters { |
| 2109 | if x != nil { |
| 2110 | return x.DesiredParameters |
| 2111 | } |
| 2112 | return nil |
| 2113 | } |
| 2114 | |
| 2115 | func (x *MACState) GetDeviceClass() Class { |
| 2116 | if x != nil { |
no outgoing calls
no test coverage detected