MCPcopy Create free account
hub / github.com/chirpstack/chirpstack / is_error

Method is_error

chirpstack/src/downlink/tx_ack.rs:762–764  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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.

Callers 2

_handleMethod · 0.80
_handle_relayedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected