pub trait Udp {
// Required method
fn udp_get_sockets(&self) -> UdpSocketIterator<'_> ⓘ;
}
Expand description
Methods from the OpenThread “UDP” Module.
Required Methods§
Sourcefn udp_get_sockets(&self) -> UdpSocketIterator<'_> ⓘ
fn udp_get_sockets(&self) -> UdpSocketIterator<'_> ⓘ
Functional equivalent of otsys::otUdpGetSockets
.