::ethernet::udp_rx::

Struct UdpRx

pub struct UdpRx {
inner: HeaderPayloadRxStream<UdpHeader>,
}

Implementations

impl UdpRx
entity filter_packets<F>(self, clk: clock, rst: bool, f: F) -> UdpRx
where
F: Fn(UdpHeader) -> bool,