pub fn ax_udp_send_to(
socket: &AxUdpSocketHandle,
buf: &[u8],
addr: SocketAddr,
) -> AxResult<usize>Expand description
Sends data on the UDP socket to the given address. On success, returns the number of bytes written.
pub fn ax_udp_send_to(
socket: &AxUdpSocketHandle,
buf: &[u8],
addr: SocketAddr,
) -> AxResult<usize>Sends data on the UDP socket to the given address. On success, returns the number of bytes written.