pub fn ax_udp_recv_from(
socket: &AxUdpSocketHandle,
buf: &mut [u8],
) -> AxResult<(usize, SocketAddr)>Available on crate feature
net only.Expand description
Receives a single datagram message on the UDP socket.
pub fn ax_udp_recv_from(
socket: &AxUdpSocketHandle,
buf: &mut [u8],
) -> AxResult<(usize, SocketAddr)>net only.Receives a single datagram message on the UDP socket.