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

Method _is_class_b

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

Source from the content-addressed store, hash-verified

699 }
700
701 fn _is_class_b(&self) -> bool {
702 self.device.enabled_class == DeviceClass::B
703 }
704
705 fn _is_class_c(&self) -> bool {
706 self.device.enabled_class == DeviceClass::C

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected