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

Method _is_roaming

chirpstack/src/downlink/data.rs:709–715  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

707 }
708
709 fn _is_roaming(&self) -> bool {
710 if let Some(uf) = self.uplink_frame_set.as_ref() {
711 uf.roaming_meta_data.is_some()
712 } else {
713 false
714 }
715 }
716
717 fn set_phy_payloads(&mut self) -> Result<()> {
718 trace!("Setting downlink PHYPayloads");

Callers 2

_handle_responseMethod · 0.45

Calls 1

as_refMethod · 0.80

Tested by

no test coverage detected