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

Class MACCommandSet

lrwn/src/maccommand.rs:384–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382#[derive(Debug, PartialEq, Eq, Clone)]
383#[cfg_attr(feature = "serde", derive(Serialize))]
384pub struct MACCommandSet(Vec<MACCommand>);
385
386impl Deref for MACCommandSet {
387 type Target = Vec<MACCommand>;

Callers 4

set_phy_payloadsMethod · 0.85
newMethod · 0.85
from_sliceMethod · 0.85
decode_frm_payloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected