Function libvnc_sys::rfb::ConnectClientToUnixSock

source ·
pub unsafe extern "C" fn ConnectClientToUnixSock(
    sockFile: *const c_char
) -> c_int
Expand description

Tries to connect to a Unix socket. @param sockFile Path of the socket file @return A blocking socket or RFB_INVALID_SOCKET if the connection failed