()
| 2113 | } |
| 2114 | |
| 2115 | func (x *MACState) GetDeviceClass() Class { |
| 2116 | if x != nil { |
| 2117 | return x.DeviceClass |
| 2118 | } |
| 2119 | return Class_CLASS_A |
| 2120 | } |
| 2121 | |
| 2122 | func (x *MACState) GetLorawanVersion() MACVersion { |
| 2123 | if x != nil { |
no outgoing calls
no test coverage detected