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

Class ForwardUplinkReq

lrwn/src/relay.rs:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51#[derive(Debug, PartialEq, Eq, Clone)]
52#[cfg_attr(feature = "serde", derive(Serialize))]
53pub struct ForwardUplinkReq {
54 pub metadata: UplinkMetadata,
55 pub frequency: u32,
56 pub payload: Box<PhyPayload>,
57}
58
59impl ForwardUplinkReq {
60 pub fn from_slice(b: &[u8]) -> Result<Self> {

Callers 3

test_lorawan_10Function · 0.85
test_lorawan_10Function · 0.85
decode_frm_payloadFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_lorawan_10Function · 0.68
test_lorawan_10Function · 0.68