(&self)
| 760 | } |
| 761 | |
| 762 | fn is_error(&self) -> bool { |
| 763 | self.downlink_tx_ack_status != gw::TxAckStatus::Ok |
| 764 | } |
| 765 | |
| 766 | // Returns true if the downlink_frame is associated to a dev_eui and if the f_port > 0. |
| 767 | // In the case the downlink is multicast, the f_port > 0, but the dev_eui is not set. |
no outgoing calls
no test coverage detected