Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chirpstack/chirpstack
/ get_dev_addr
Method
get_dev_addr
chirpstack/src/storage/device.rs:165–167 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
163
}
164
165
pub fn get_dev_addr(&self) -> Result<DevAddr> {
166
self.dev_addr.ok_or_else(|| anyhow!(
"DevAddr is not set"
))
167
}
168
}
169
170
impl Default for Device {
Callers
7
set_phy_payloads
Method · 0.80
wrap_phy_payloads_in_forward_downlink_req
Method · 0.80
set_phy_payloads_relay
Method · 0.80
set_tx_info_for_class_b_and_update_scheduler_run_after
Method · 0.80
set_downlink_frame_relayed
Method · 0.80
get_activation
Method · 0.80
set_pr_start_ans_payload
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected