Function sock_send [src]
Prototype
pub extern "wasi_snapshot_preview1" fn sock_send(sock: fd_t, si_data: [*]const ciovec_t, si_data_len: usize, si_flags: siflags_t, so_datalen: *usize) errno_t
Parameters
sock: fd_t
si_data: [*]const ciovec_t
si_data_len: usize
si_flags: siflags_t
so_datalen: *usize
Source
pub extern "wasi_snapshot_preview1" fn sock_send(sock: fd_t, si_data: [*]const ciovec_t, si_data_len: usize, si_flags: siflags_t, so_datalen: *usize) errno_t