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

Method _is_class_a

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

Source from the content-addressed store, hash-verified

695 }
696
697 fn _is_class_a(&self) -> bool {
698 self.device.enabled_class == DeviceClass::A
699 }
700
701 fn _is_class_b(&self) -> bool {
702 self.device.enabled_class == DeviceClass::B

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected