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

Method xmit_data_ans

backend/src/lib.rs:275–277  ·  view source on GitHub ↗
(&self, target_role: Role, pl: &XmitDataAnsPayload)

Source from the content-addressed store, hash-verified

273 }
274
275 pub async fn xmit_data_ans(&self, target_role: Role, pl: &XmitDataAnsPayload) -> Result<()> {
276 self.response_request(Some(target_role), pl).await
277 }
278
279 async fn response_request<S>(&self, target_role: Option<Role>, pl: &S) -> Result<()>
280 where

Callers 1

handle_xmit_data_reqFunction · 0.80

Calls 1

response_requestMethod · 0.80

Tested by

no test coverage detected