pub fn ax_udp_bind(socket: &AxUdpSocketHandle, addr: SocketAddr) -> AxResultExpand description
Binds the UDP socket to the given address and port.
pub fn ax_udp_bind(socket: &AxUdpSocketHandle, addr: SocketAddr) -> AxResultBinds the UDP socket to the given address and port.