openthread::ot

Trait Udp

Source
pub trait Udp {
    // Required method
    fn udp_get_sockets(&self) -> UdpSocketIterator<'_> ;
}
Expand description

Methods from the OpenThread “UDP” Module.

Required Methods§

Source

fn udp_get_sockets(&self) -> UdpSocketIterator<'_>

Functional equivalent of otsys::otUdpGetSockets.

Implementors§

Source§

impl Udp for Instance

Source§

impl<T: Udp + Boxable> Udp for Box<T>