Function lrwn_filters::matches

source ·
pub fn matches(phy_payload: &[u8], config: &Filters) -> bool
Expand description

Returns true if the given PhyPayload matches the given filters

If no DevAddr prefixes are given, then all data uplink frames will pass the filter. If no JoinEui prefixes are given, then all join requests will pass the filter. PhyPayloads that can’t be filtered will pass the filter.