()
| 2120 | } |
| 2121 | |
| 2122 | func (x *MACState) GetLorawanVersion() MACVersion { |
| 2123 | if x != nil { |
| 2124 | return x.LorawanVersion |
| 2125 | } |
| 2126 | return MACVersion_MAC_UNKNOWN |
| 2127 | } |
| 2128 | |
| 2129 | func (x *MACState) GetLastConfirmedDownlinkAt() *timestamppb.Timestamp { |
| 2130 | if x != nil { |
no outgoing calls
no test coverage detected