pub unsafe extern "C" fn indigo_connect_server(
name: *const c_char,
host: *const c_char,
port: c_int,
server: *mut *mut indigo_server_entry,
) -> indigo_resultExpand description
Connect and start thread for remote server.
pub unsafe extern "C" fn indigo_connect_server(
name: *const c_char,
host: *const c_char,
port: c_int,
server: *mut *mut indigo_server_entry,
) -> indigo_resultConnect and start thread for remote server.