pub fn ax_tcp_connect(handle: &AxTcpSocketHandle, addr: SocketAddr) -> AxResultAvailable on crate feature 
net only.Expand description
Connects the TCP socket to the given address and port.
pub fn ax_tcp_connect(handle: &AxTcpSocketHandle, addr: SocketAddr) -> AxResultnet only.Connects the TCP socket to the given address and port.