()
| 2848 | } |
| 2849 | |
| 2850 | func (x *EndDevice) GetMulticast() bool { |
| 2851 | if x != nil { |
| 2852 | return x.Multicast |
| 2853 | } |
| 2854 | return false |
| 2855 | } |
| 2856 | |
| 2857 | func (x *EndDevice) GetClaimAuthenticationCode() *EndDeviceAuthenticationCode { |
| 2858 | if x != nil { |
no outgoing calls
no test coverage detected