Skip to main content

switch_socket_sendto

Function switch_socket_sendto 

Source
pub unsafe extern "C" fn switch_socket_sendto(
    sock: *mut switch_socket_t,
    where_: *mut switch_sockaddr_t,
    flags: i32,
    buf: *const c_char,
    len: *mut switch_size_t,
) -> switch_status_t
Expand description

@param sock The socket to send from @param where The fspr_sockaddr_t describing where to send the data @param flags The flags to use @param buf The data to send @param len The length of the data to send