pub fn ax_udp_recv_from(
socket: &AxUdpSocketHandle,
buf: &mut [u8],
) -> AxResult<(usize, SocketAddr)>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)>Receives a single datagram message on the UDP socket.