Skip to main content

c4socket_completedWrite

Function c4socket_completedWrite 

Source
pub unsafe extern "C" fn c4socket_completedWrite(
    socket: *mut C4Socket,
    byteCount: usize,
)
Expand description

Notifies LiteCore that a C4SocketFactory.write request has been completed, i.e. the bytes have been written to the socket. @param socket The socket. @param byteCount The number of bytes that were written.