Function arceos_api::net::ax_tcp_send
source · 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.