pub fn ax_udp_send(socket: &AxUdpSocketHandle, buf: &[u8]) -> AxResult<usize>Available on crate feature
net only.Expand description
Sends data on the UDP socket to the remote address to which it is connected.
pub fn ax_udp_send(socket: &AxUdpSocketHandle, buf: &[u8]) -> AxResult<usize>net only.Sends data on the UDP socket to the remote address to which it is connected.