pub fn ax_tcp_send(socket: &AxTcpSocketHandle, buf: &[u8]) -> AxResult<usize>
Available on crate feature
net
only.Expand description
Transmits data in the given buffer on the TCP socket.
pub fn ax_tcp_send(socket: &AxTcpSocketHandle, buf: &[u8]) -> AxResult<usize>
net
only.Transmits data in the given buffer on the TCP socket.