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

Class JoinAccept

chirpstack/src/downlink/join.rs:19–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17use chirpstack_api::{gw, internal};
18
19pub struct JoinAccept<'a> {
20 uplink_frame_set: &'a UplinkFrameSet,
21 relay_context: Option<&'a RelayContext>,
22 tenant: &'a tenant::Tenant,
23 device: &'a mut device::Device,
24 join_accept: &'a PhyPayload,
25 network_conf: config::RegionNetwork,
26 region_conf: Arc<Box<dyn lrwn::region::Region + Sync + Send>>,
27
28 downlink_frame: chirpstack_api::gw::DownlinkFrame,
29 downlink_gateway: Option<internal::DownlinkGateway>,
30}
31
32impl JoinAccept<'_> {
33 pub async fn handle(

Callers 7

test_lorawan_10Function · 0.85
test_lorawan_11Function · 0.85
test_jsFunction · 0.85
test_lorawan_10Function · 0.85

Calls

no outgoing calls

Tested by 4

test_lorawan_10Function · 0.68
test_lorawan_11Function · 0.68
test_jsFunction · 0.68
test_lorawan_10Function · 0.68