pub fn ax_udp_bind(socket: &AxUdpSocketHandle, addr: SocketAddr) -> AxResultAvailable on crate feature
net only.Expand description
Binds the UDP socket to the given address and port.
pub fn ax_udp_bind(socket: &AxUdpSocketHandle, addr: SocketAddr) -> AxResultnet only.Binds the UDP socket to the given address and port.