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

Method _is_class_c

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

Source from the content-addressed store, hash-verified

703 }
704
705 fn _is_class_c(&self) -> bool {
706 self.device.enabled_class == DeviceClass::C
707 }
708
709 fn _is_roaming(&self) -> bool {
710 if let Some(uf) = self.uplink_frame_set.as_ref() {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected