pub fn ax_tcp_connect(handle: &AxTcpSocketHandle, addr: SocketAddr) -> AxResultExpand description
Connects the TCP socket to the given address and port.
pub fn ax_tcp_connect(handle: &AxTcpSocketHandle, addr: SocketAddr) -> AxResultConnects the TCP socket to the given address and port.